# File lib/ramaze/snippets/ramaze/dictionary.rb, line 271
    def delete_if
      order.clone.each { |k| delete k if yield }
      self
    end