# File lib/facets/more/dictionary.rb, line 249 def delete( key ) @order.delete( key ) @hash.delete( key ) end