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