class Sass::Script::Literal
def neq(other)
-
(Bool)
- False if this literal is the same as the other,
Parameters:
-
other
(Literal
) -- The right-hand side of the operator
def neq(other) Sass::Script::Bool.new(!eq(other).to_bool) end