# File lib/more/facets/dictionary.rb, line 312
  def shift
    key = order.first
    key ? [key,delete(key)] : super
  end