class Prism::Translation::Parser::Compiler

def visit_true_node(node)

^^^^
true
def visit_true_node(node)
  builder.true(token(node.location))
end