class Prism::ModuleNode
def compact_child_nodes
def compact_child_nodes compact = [] #: Array[Prism::node] compact << constant_path compact << body if body compact end
def compact_child_nodes compact = [] #: Array[Prism::node] compact << constant_path compact << body if body compact end