src code

instance method Enumerable#reject

Enumerable#reject(iterator[, context]) → Array

Returns all the elements for which the iterator returned a "falsy" value.