[DOC] Remove useless word in Hash#eql?
This commit is contained in:
parent
7595c5d4a5
commit
4d4da09ae4
1
hash.c
1
hash.c
@ -3795,7 +3795,6 @@ rb_hash_equal(VALUE hash1, VALUE hash2)
|
|||||||
*
|
*
|
||||||
* Otherwise, returns +false+.
|
* Otherwise, returns +false+.
|
||||||
*
|
*
|
||||||
* Equal:
|
|
||||||
* h1 = {foo: 0, bar: 1, baz: 2}
|
* h1 = {foo: 0, bar: 1, baz: 2}
|
||||||
* h2 = {foo: 0, bar: 1, baz: 2}
|
* h2 = {foo: 0, bar: 1, baz: 2}
|
||||||
* h1.eql? h2 # => true
|
* h1.eql? h2 # => true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user