Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
scan()
public
Creates an rd-format TopLevel for the given file.
# File lib/rdoc/parser/rd.rb, line 14
def scan
comment = RDoc::Comment.new @content, @top_level
comment.format = 'rd'
@top_level.comment = comment
end