From 6e41c7c559f826fdd55d4b240770570c8b18bd89 Mon Sep 17 00:00:00 2001 From: marcandre Date: Sat, 13 Apr 2013 04:31:15 +0000 Subject: * array.c: rdoc tweak for include? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40274 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 0a2be58fcd..38e7857db5 100644 --- a/array.c +++ b/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 == +object+), otherwise returns +false+. + * element == +object+), otherwise returns +false+. * * a = [ "a", "b", "c" ] * a.include?("b") #=> true -- cgit v1.2.3