# File lib/core/facets/array/select.rb, line 11
  def select!  # :yield:
    reject!{ |e| not yield(e) }
  end