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