# File lib/sass/script/literal.rb, line 91
    def neq(other)
      Sass::Script::Bool.new(!eq(other).to_bool)
    end