class TypeProf::Core::AST::Node::ProgramNode::DummyNilNode
Public Class Methods
new(code_range, lenv)
click to toggle source
Calls superclass method
TypeProf::Core::AST::Node::new
# File typeprof-0.30.1/lib/typeprof/core/ast/base.rb, line 220 def initialize(code_range, lenv) @code_range = code_range super(nil, lenv) end
Public Instance Methods
code_range()
click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/base.rb, line 225 def code_range @code_range end
install0(genv)
click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/ast/base.rb, line 229 def install0(genv) Source.new(genv.nil_type) end