ruby-cvs:18811
From: matz ruby-lang.org
Date: Tue, 23 Jan 2007 18:34:05 +0900 (JST)
Subject: [ruby-cvs:18811] Ruby:r11567: * hash.c: added documentation for Hash about how it uses eql? and
matz 2007-01-23 18:34:04 +0900 (Tue, 23 Jan 2007)
New Revision: 11567
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/hash.c
Log:
* hash.c: added documentation for Hash about how it uses eql? and
hash methods for the keys. [ruby-core:09995]