Method: TypeProf::Core::AST::InstanceVariableReadNode#initialize
- Defined in:
- lib/typeprof/core/ast/variable.rb
#initialize(raw_node, lenv) ⇒ InstanceVariableReadNode
Returns a new instance of InstanceVariableReadNode.
77 78 79 80 |
# File 'lib/typeprof/core/ast/variable.rb', line 77 def initialize(raw_node, lenv) super(raw_node, lenv) @var = raw_node.name end |