We represent everything known about all ‘ri’ files accessible
to this program
Attributes
toplevel[R]
(Not documented)
Public Class Methods
new(dirs)click to toggle source
(Not documented)
# File lib/rdoc/ri/cache.rb, line 177definitialize(dirs)
# At the top level we have a dummy module holding the# overall namespace@toplevel = RDoc::RI::TopLevelEntry.new('', '::', nil)
dirs.eachdo|dir|@toplevel.load_from(dir)
endend