@Child protected DispatchHeadNode callGreater;
@Child protected DispatchHeadNode callGreaterEqual;
public IncludeNode(RubyContext context, SourceSection sourceSection) {
super(context, sourceSection);
callLess = new DispatchHeadNode(context);
callGreater = new DispatchHeadNode(context);
callGreaterEqual = new DispatchHeadNode(context);
}