diff options
-rw-r--r-- | hash.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1988,8 +1988,9 @@ rb_hash_rehash_i(VALUE key, VALUE value, VALUE arg) * call-seq: * rehash -> self * - * Rebuilds the hash table by recomputing the hash index for each key; * returns <tt>self</tt>. * * The hash table becomes invalid if the hash value of a key * has changed after the entry was created. |