# File lib/extlib/dictionary.rb, line 252 def delete( key ) @order.delete( key ) @hash.delete( key ) end