# File lib/rd/tree.rb, line 82
    def each_element(&block)
      return nil unless @root
      @root.each(&block)
    end