class SyntaxTree::MutationVisitor

def visit_CHAR(node)

Visit a CHAR node.
def visit_CHAR(node)
  node.copy
end