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