class SyntaxTree::MutationVisitor

def visit_period(node)

Visit a Period node.
def visit_period(node)
  node.copy
end