class TypeProf::Core::AST::CallBaseNode::SuperNode
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 184 def initialize(raw_node, lenv) raw_args = raw_node.arguments raw_block = raw_node.block super(raw_node, nil, :"*super", nil, raw_args, nil, raw_block, lenv) end