Project

General

Profile

Misc #10307 ยป 55ef50dd551008d513e2adbb39db67dd7b9ffe86.patch

nebu (Nebu Pookins), 09/29/2014 08:25 PM

View differences:

array.c
* 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
*
    (1-1/1)