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