[DOC] Add parantheses in call-seq for Hash#eql?
This commit is contained in:
parent
bb59696614
commit
7595c5d4a5
2
hash.c
2
hash.c
@ -3786,7 +3786,7 @@ rb_hash_equal(VALUE hash1, VALUE hash2)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* hash.eql? object -> true or false
|
* hash.eql?(object) -> true or false
|
||||||
*
|
*
|
||||||
* Returns +true+ if all of the following are true:
|
* Returns +true+ if all of the following are true:
|
||||||
* * +object+ is a \Hash object.
|
* * +object+ is a \Hash object.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user