mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[DOC] add links to Object#hash
add links to `Object#hash` to each #`hash` methods rdocs. [Fixes GH-567] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f53c291ab2
commit
fc23374f06
11 changed files with 26 additions and 0 deletions
2
array.c
2
array.c
|
@ -3796,6 +3796,8 @@ rb_ary_eql(VALUE ary1, VALUE ary2)
|
|||
*
|
||||
* Two arrays with the same content will have the same hash code (and will
|
||||
* compare using #eql?).
|
||||
*
|
||||
* See also Object#hash.
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue