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