scan()
Extract the file contents and attach them to the toplevel as a comment
# File lib/rdoc/parser/simple.rb, line 28 def scan @top_level.comment = remove_private_comments(@content) @top_level end