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