class RDoc::Parser::RD
Parse a RD format file. The parsed RDoc::Markup::Document is attached as a file comment.
Public Instance Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/rdoc-6.15.1/lib/rdoc/parser/rd.rb, line 15 def scan comment = RDoc::Comment.new @content, @top_level comment.format = 'rd' @top_level.comment = comment end
Creates an rd-format TopLevel for the given file.