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