class Prism::ProgramNode

def inspect

def inspect -> String
def inspect
  InspectVisitor.compose(self)
end