class SyntaxTree::MutationVisitor

def visit_aref(node)

Visit a ARef node.
def visit_aref(node)
  node.copy(index: visit(node.index))
end