# File lib/facets/more/dictionary.rb, line 270
  def delete_if
    order.clone.each { |k| delete k if yield }
    self
  end