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