# File lib/soap/soap.rb, line 138 def instance_variable_set(ivarname, value) instance_eval("#{ivarname} = value") end