# File lib/merb-core/vendor/facets/dictionary.rb, line 337
  def pop
    key = order.last
    key ? [key,delete(key)] : nil
  end