зеркало из https://github.com/github/ruby.git
[DOC] Add parantheses in call-seq for Hash#eql?
This commit is contained in:
Родитель
bb59696614
Коммит
7595c5d4a5
2
hash.c
2
hash.c
|
@ -3786,7 +3786,7 @@ rb_hash_equal(VALUE hash1, VALUE hash2)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* hash.eql? object -> true or false
|
||||
* hash.eql?(object) -> true or false
|
||||
*
|
||||
* Returns +true+ if all of the following are true:
|
||||
* * +object+ is a \Hash object.
|
||||
|
|
Загрузка…
Ссылка в новой задаче