find_file_named(name)
Finds the file with name in all discovered files
# File lib/rdoc/store.rb, line 407 def find_file_named name @files_hash[name] end