BasicObject
# File lib/soap/soap.rb, line 134 def instance_variable_get(ivarname) instance_eval(ivarname) end
# File lib/soap/soap.rb, line 138 def instance_variable_set(ivarname, value) instance_eval("#{ivarname} = value") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.