# File lib/ramaze/snippets/ramaze/dictionary.rb, line 235 def insert( i,k,v ) @order.insert( i,k ) @hash.store( k,v ) end