Method: RDoc::Servlet#ri_paths

Defined in:
lib/rdoc/servlet.rb

#ri_paths(&block) ⇒ Object

Enumerates the ri paths. See RDoc::RI::Paths#each



327
328
329
# File 'lib/rdoc/servlet.rb', line 327

def ri_paths &block
  RDoc::RI::Paths.each true, true, true, :all, *@extra_doc_dirs, &block #TODO: pass extra_dirs
end