class SyntaxTree::YARV::LocalTable::Lookup
The result of looking up a local variable in the current local table.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/yarv/local_table.rb, line 34 def initialize(local, index, level) @local = local @index = index @level = level end