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