class SyntaxTree::MutationVisitor

def visit_gvar(node)

Visit a GVar node.
def visit_gvar(node)
  node.copy
end