# File lib/sass/script/literal.rb, line 59
    def and(other)
      to_bool ? other : self
    end