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