143 144 145 146
# File 'lib/rq/orderedhash.rb', line 143 def pop key = @order.last key ? [key,delete(key)] : nil end