# File lib/more/facets/dictionary.rb, line 234 def insert( i,k,v ) @order.insert( i,k ) @hash.store( k,v ) end