scan()
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