This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
report_missing_documentation(path)
public
Couldn’t find documentation in path, so tell the user what to do
# File lib/rdoc/ri/ri_driver.rb, line 33
def report_missing_documentation(path)
STDERR.puts "No ri documentation found in:"
path.each do |d|
STDERR.puts " #{d}"
end
STDERR.puts "\nWas rdoc run to create documentation?\n\n"
RDoc::usage("Installing Documentation")
end