# File lib/extlib/dictionary.rb, line 337
  def pop
    key = order.last
    key ? [key,delete(key)] : nil
  end