Home
last modified time | relevance | path

Searched refs:ri_paths (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/ri/
H A Dpaths.rb85 ri_paths = {}
112 if ri_paths[name].nil? or ver > ri_paths[name].first then
113 ri_paths[name] = [ver, name, dir]
117 ri_paths.sort_by { |_, (_, name, _)| name }.map { |k, v| v.last }
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/
H A Dservlet.rb284 ri_paths.map do |path, type|
319 def ri_paths &block method
424 ri_dir, type = ri_paths.find do |dir, dir_type|
/dports/lang/ruby26/ruby-2.6.9/test/rdoc/
H A Dtest_rdoc_servlet.rb361 paths = @s.ri_paths
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-YARV1073 * lib/rdoc/ri/ri_paths.rb : ditto
1860 * rdoc/ri/ri_paths.rb : ditto
H A DChangeLog-1.9.355933 * lib/rdoc/ri/ri_paths.rb: Only allow latest ri dirs in ri output.
71718 * lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygems
71875 lib/mkmf.rb, lib/rdoc/ri/ri_paths.rb,
86688 * lib/rdoc/ri/ri_paths.rb (RI::Paths::SYSDIR): get rid of unexpected
87420 * lib/rdoc/ri/ri_paths.rb (RI::Paths): First attempt at