class RD::RDTree

for backward-compatibility.

Public Class Methods

new(src_str, include_paths = [], do_parse = true) click to toggle source
Calls superclass method
# 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