202203204205206207208
@Child protected DispatchHeadNode initialize; public RaiseNode(RubyContext context, SourceSection sourceSection) { super(context, sourceSection); initialize = new DispatchHeadNode(context); }