class Sass::Value::Function

def hash

Returns:
  • (Integer) -
def hash
  @hash ||= defined?(@id) ? [compile_context, id].hash : [signature, callback].hash
end