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