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