use Red::AST;
#| Represents a next call
unit class Red::AST::Next does Red::AST;

method args {}

method returns {}

method find-column-name {}