# File lib/rd/visitor.rb, line 13
    def visit(tree)
      tree.accept(self)
    end