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