# File lib/soap/soap.rb, line 134
    def instance_variable_get(ivarname)
      instance_eval(ivarname)
    end