class TypeProf::Core::AST::CallBaseNode::ForwardingSuperNode
Public Class Methods
new(raw_node, lenv)
click to toggle source
Calls superclass method
TypeProf::Core::AST::CallBaseNode::new
# File typeprof-0.30.1/lib/typeprof/core/ast/call.rb, line 192 def initialize(raw_node, lenv) raw_args = nil # TODO: forward args properly raw_block = raw_node.block super(raw_node, nil, :"*super", nil, raw_args, nil, raw_block, lenv) end