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