In message "[ruby-talk:03252] Re: BUG or something?"
on 00/06/10, Mathieu Bouchard <matju / CAM.ORG> writes:
|Question, how does Hash computes the hash value of a String? or of any
|object?
By invoking `hash' method of key object.
matz.