# File lib/merb-core/vendor/facets/dictionary.rb, line 354 def update( hsh2 ) hsh2.each { |k,v| self[k] = v } reorder self end