class SyntaxTree::MutationVisitor

def visit_symbol_content(node)

Visit a SymbolContent node.
def visit_symbol_content(node)
  node.copy(value: visit(node.value))
end