Add more example of `Enumerable#one?` [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-12-12 15:01:13 +00:00
Родитель 9982bfd18b
Коммит c9154899e1
1 изменённых файлов: 1 добавлений и 0 удалений

1
enum.c
Просмотреть файл

@ -1515,6 +1515,7 @@ rb_nmin_run(VALUE obj, VALUE num, int by, int rev, int ary)
* [ nil, true, 99 ].one? #=> false
* [ nil, true, false ].one? #=> true
* [ nil, true, 99 ].one?(Integer) #=> true
* [].one? #=> false
*
*/
static VALUE