Flowdock
method

hash

Importance_1
Ruby latest stable (v1_8_7_72) - 0 notes - Class: Object
hash() public

Generates a Fixnum hash value for this object. This function must have the property that a.eql?(b) implies a.hash == b.hash. The hash value is used by class Hash. Any hash value that exceeds the capacity of a Fixnum will be truncated before being used.

Show source
Register or log in to add new notes.