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