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