Object
# File lib/soap/soap.rb, line 134 134: def instance_variable_get(ivarname) 135: instance_eval(ivarname) 136: end
# File lib/soap/soap.rb, line 138 138: def instance_variable_set(ivarname, value) 139: instance_eval("#{ivarname} = value") 140: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.