class Prism::InNode

def inspect

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