* 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
This commit is contained in:
parent
6abaf76463
commit
b600ceb898
@ -1,3 +1,8 @@
|
|||||||
|
Sun Jan 4 12:42:24 2015 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||||
|
|
||||||
|
* array.c: improve docs for Array#reject. [ruby-core:65324][misc #10307]
|
||||||
|
Pached by Nebu Pookins.
|
||||||
|
|
||||||
Sun Jan 4 12:24:11 2015 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
Sun Jan 4 12:24:11 2015 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||||
|
|
||||||
* string.c: improve docs for String#strip and variations.
|
* string.c: improve docs for String#strip and variations.
|
||||||
|
2
array.c
2
array.c
@ -3150,7 +3150,7 @@ rb_ary_reject_bang(VALUE ary)
|
|||||||
* ary.reject -> Enumerator
|
* ary.reject -> Enumerator
|
||||||
*
|
*
|
||||||
* Returns a new array containing the items in +self+ for which the given
|
* 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
|
* See also Array#delete_if
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user