class SassC::Script::Value

def hash

equal if the objects are equal.
Returns the hash code of this value. Two objects' hash codes should be
def hash
  value.hash
end