# File lib/nanoc/base/ordered_hash.rb, line 127 def pop key = @order.last key ? [key,delete(key)] : nil end