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