# File lib/rd/tree.rb, line 78
    def accept(visitor)
      @root.accept(visitor)
    end