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