# File lib/soap/httpconfigloader.rb, line 65 def set_auth(client, auth) auth.values.each do |ele| client.set_auth(*authele_to_triplets(ele)) end end