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.
raw_path(system, site, home, gems, *extra_dirs)
public
Returns selected documentation directories including nonexistent
directories.
See also ::each
# File lib/rdoc/ri/paths.rb, line 152
def self.raw_path(system, site, home, gems, *extra_dirs)
path = []
each(system, site, home, gems, *extra_dirs) do |dir, type|
path << dir
end
path.compact
end