class Prism::NextNode
def compact_child_nodes
def compact_child_nodes compact = [] #: Array[Prism::node] compact << arguments if arguments compact end
def compact_child_nodes compact = [] #: Array[Prism::node] compact << arguments if arguments compact end