class Sass::Script::Literal
def ==(other)
-
(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
(Boolean)
- Whether or not this literal is equivalent to `other`
other
(Object
)
-- The object to compare with
def ==(other) eq(other).to_bool end