Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
find_file_named(name)
public
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