find_file_named(name)
Finds the file with name in all discovered files
# File lib/rdoc/top_level.rb, line 173 def self.find_file_named(name) @all_files_hash[name] end