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