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