class Sass::Value::Function

def hash

Returns:
  • (Integer) -
def hash
  id.nil? ? signature.hash : id.hash
end