class SassC::Script::Value

def eql?(other)

True if this Value is the same as `other`
def eql?(other)
  self == other
end