# File lib/merb-core/vendor/facets/dictionary.rb, line 252
  def delete( key )
    @order.delete( key )
    @hash.delete( key )
  end