ary.reject {|item| block } â new_ary
ary.reject â Enumerator
ary.reject â Enumerator
Instance Public methods
Returns a new array containing the items in self for which the
given block is not true.
See also #delete_if
If no block is given, an Enumerator is returned instead.
Please login to continue.