* 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:
marcandre 2013-04-13 04:31:15 +00:00
Родитель 2106aa1990
Коммит 6e41c7c559
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3658,7 +3658,7 @@ rb_ary_hash(VALUE ary)
* ary.include?(object) -> true or false * ary.include?(object) -> true or false
* *
* Returns +true+ if the given +object+ is present in +self+ (that is, if any * 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 = [ "a", "b", "c" ]
* a.include?("b") #=> true * a.include?("b") #=> true