class SyntaxTree::YARV::LocalTable::Lookup
The result of looking up a local variable in the current local table.
def initialize(local, index, level)
def initialize(local, index, level) @local = local @index = index @level = level end
The result of looking up a local variable in the current local table.
def initialize(local, index, level) @local = local @index = index @level = level end