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