class Prism::NextNode

def each_child_node

def each_child_node: () { (Prism::node) -> void } -> void | () -> Enumerator[Prism::node]
def each_child_node
  return to_enum(:each_child_node) unless block_given?
  yield arguments if arguments
end