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