Project

General

Profile

This project is closed and read-only.

Bug #1545 » 0006-hash.c-rb_hash_flatten-Fix-typo.-in-documentation.patch

runpaint (Run Paint Run Run), 05/31/2009 12:38 PM

View differences:

hash.c
* call-seq:
* hsh.compare_by_identity => hsh
*
* Makes <i>hsh</i> to compare its keys by their identity, i.e. it
* Makes <i>hsh</i> compare its keys by their identity, i.e. it
* will consider exact same objects as same keys.
*
* h1 = { "a" => 100, "b" => 200, :c => "c" }
(1-1/7)