# File lib/facet/orderedhash.rb, line 174 def shift key = @order.first key ? [key,delete(key)] : super end