# File lib/chef/util/windows/net_user.rb, line 168 def update(args) user_modify do |user| args.each do |key,val| user[key] = val end end end