From b600ceb898434c80fa7e847e56ce9fe5503a72c8 Mon Sep 17 00:00:00 2001 From: ayumin Date: Sun, 4 Jan 2015 03:45:24 +0000 Subject: * array.c: improve docs for Array#reject. [ruby-core:65324][misc #10307] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49136 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 08958aeb65..00d2a7f6a8 100644 --- a/array.c +++ b/array.c @@ -3150,7 +3150,7 @@ rb_ary_reject_bang(VALUE ary) * ary.reject -> Enumerator * * Returns a new array containing the items in +self+ for which the given - * block is not +true+. + * block is not +true+. The ordering of non-rejected elements is maintained. * * See also Array#delete_if * -- cgit v1.2.3