зеркало из https://github.com/github/ruby.git
* array.c: rdoc tweak for include?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
2106aa1990
Коммит
6e41c7c559
2
array.c
2
array.c
|
@ -3658,7 +3658,7 @@ rb_ary_hash(VALUE ary)
|
|||
* ary.include?(object) -> true or false
|
||||
*
|
||||
* Returns +true+ if the given +object+ is present in +self+ (that is, if any
|
||||
* object <code>==</code> +object+), otherwise returns +false+.
|
||||
* element <code>==</code> +object+), otherwise returns +false+.
|
||||
*
|
||||
* a = [ "a", "b", "c" ]
|
||||
* a.include?("b") #=> true
|
||||
|
|
Загрузка…
Ссылка в новой задаче