module Sass::Value

def eql?(other)

Returns:
  • (::Boolean) -
def eql?(other)
  self == other
end