class SyntaxTree::MutationVisitor

def visit_heredoc_end(node)

Visit a HeredocEnd node.
def visit_heredoc_end(node)
  node.copy
end