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
Extract the file contents and attach them to the TopLevel as a comment
# File lib/rdoc/parser/simple.rb, line 27
def scan
comment = remove_coding_comment @content
comment = remove_private_comment comment
comment = RDoc::Comment.new comment, @top_level
@top_level.comment = comment
@top_level
end