Flowdock
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.

"waffle".hash #=> -910576647
Show source
Register or log in to add new notes.