Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
path(system = true, site = true, home = true, gems = :latest, *extra_dirs)
public
Returns existing directories from the selected documentation directories as
an Array.
See also ::each
# File lib/rdoc/ri/paths.rb, line 140
def self.path(system = true, site = true, home = true, gems = :latest, *extra_dirs)
path = raw_path system, site, home, gems, *extra_dirs
path.select { |directory| File.directory? directory }
end