class Prism::Translation::Parser::Compiler

def visit_global_variable_read_node(node)

^^^^
$foo
def visit_global_variable_read_node(node)
  builder.gvar(token(node.location))
end