# File lib/ramaze/snippets/ramaze/dictionary.rb, line 360 def update( hsh2 ) hsh2.each { |k,v| self[k] = v } reorder self end