# File lib/merb-core/vendor/facets/dictionary.rb, line 242
  def store( a,b )
    @order.push( a ) unless @hash.has_key?( a )
    @hash.store( a,b )
  end