# File lib/more/facets/dictionary.rb, line 239
  def store( a,b )
    @order.push( a ) unless @hash.has_key?( a )
    @hash.store( a,b )
  end