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