# File lib/ramaze/snippets/ramaze/dictionary.rb, line 250 def delete( key ) @order.delete( key ) @hash.delete( key ) end