method
reject!
reject!()
public
Deletes every element of self for which the block evaluates to true, if no changes were made returns nil.
The array may not be changed instantly every time the block is called.
See also Enumerable#reject and Array#delete_if.
If no block is given, an Enumerator is returned instead.