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