# File lib/backports/1.9.2/array.rb, line 76 def select! return to_enum(:select!) unless block_given? reject!{|elem| ! yield elem} end