From 5a34781bd3ebfa5360d8a1ae8882d80a7f76478a Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 13 Apr 2013 13:40:59 +0000 Subject: merge revision(s) 40274: * array.c: rdoc tweak for include? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'array.c') diff --git a/array.c b/array.c index 3c1a0b8fa6..cef9603bd4 100644 --- a/array.c +++ b/array.c @@ -3656,7 +3656,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 == +object+), otherwise returns +false+. + * element == +object+), otherwise returns +false+. * * a = [ "a", "b", "c" ] * a.include?("b") #=> true -- cgit v1.2.3