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