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