ri_paths(&block)
Enumerates the ri paths. See RDoc::RI::Paths#each
# File lib/rdoc/servlet.rb, line 319 def ri_paths &block RDoc::RI::Paths.each true, true, true, :all, *@extra_doc_dirs, &block #TODO: pass extra_dirs end