text?()
Is this TopLevel from a text file instead of a source code file?
# File lib/rdoc/top_level.rb, line 274 def text? @parser and @parser.ancestors.include? RDoc::Parser::Text end