Misc #10307 ยป 55ef50dd551008d513e2adbb39db67dd7b9ffe86.patch
| 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 
   | 
||
| 
      * 
   | 
||