class TypeProf::Core::AST::Node::ProgramNode::DummySymbolNode

Attributes

lenv[R]
prev_node[R]
ret[R]

Public Class Methods

new(sym, code_range, ret) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/base.rb, line 250
def initialize(sym, code_range, ret)
  @sym = sym
  @code_range = code_range
  @ret = ret
end

Public Instance Methods

boxes(_) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/base.rb, line 258
def boxes(_)
  []
end