class Sass::Script::Literal

def ==(other)

Returns:
  • (Boolean) - Whether or not this literal is equivalent to `other`

Parameters:
  • other (Object) -- The object to compare with
def ==(other)
  eq(other).to_bool
end