# File lib/ramaze/snippets/ramaze/dictionary.rb, line 325 def push( k,v ) unless @hash.include?( k ) @order.push( k ) @hash.store( k,v ) true else false end end