class Prism::PreExecutionNode
def compact_child_nodes
def compact_child_nodes compact = [] #: Array[Prism::node] compact << statements if statements compact end
def compact_child_nodes compact = [] #: Array[Prism::node] compact << statements if statements compact end