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