page(name)
Returns the RDoc::TopLevel that is a text file and has the given name
# File lib/rdoc/store.rb, line 724 def page name @text_files_hash.each_value.find do |file| file.page_name == name end end