class Prism::FlipFlopNode
def compact_child_nodes
def compact_child_nodes compact = [] #: Array[Prism::node] compact << left if left compact << right if right compact end
def compact_child_nodes compact = [] #: Array[Prism::node] compact << left if left compact << right if right compact end