# File lib/rdoc/tom_doc.rb, line 79 def self.parse text parser = new parser.tokenize text doc = RDoc::Markup::Document.new parser.parse doc doc end