This project is closed and read-only.
Bug #1545 » 0006-hash.c-rb_hash_flatten-Fix-typo.-in-documentation.patch
| 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" }
|
||