# File lib/merb-core/vendor/facets/dictionary.rb, line 308
  def shift
    key = order.first
    key ? [key,delete(key)] : super
  end