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