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