This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
scan()
Extract the file contents and attach them to the toplevel as a comment
# File lib/rdoc/parsers/parse_simple.rb, line 31 def scan # @body.gsub(/^(\s\n)+/, '') @top_level.comment = remove_private_comments(@body) @top_level end