Flowdock
instance_variable_get(ivarname) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/soap/soap.rb, line 123
    def instance_variable_get(ivarname)
      instance_eval(ivarname)
    end
Register or log in to add new notes.