This project is closed and read-only.
Bug #1545 » 0001-hash.c-rb_hash_rehash-Fix-typo-in-documentation.patch
| hash.c | ||
|---|---|---|
|
* hsh[key] => value
|
||
|
*
|
||
|
* Element Reference---Retrieves the <i>value</i> object corresponding
|
||
|
* to the <i>key</i> object. If not found, returns the a default value (see
|
||
|
* to the <i>key</i> object. If not found, returns the default value (see
|
||
|
* <code>Hash::new</code> for details).
|
||
|
*
|
||
|
* h = { "a" => 100, "b" => 200 }
|
||