# File lib/rd/rdfmt.rb, line 8
    def initialize(src_str, include_paths = [], do_parse = true)
      super(DocumentStructure::RD, src_str, include_paths)
      parse() if do_parse
    end