# File ri/cache.rb, line 177
177: definitialize(dirs)
178: # At the top level we have a dummy module holding the
179: # overall namespace
180: @toplevel = RDoc::RI::TopLevelEntry.new('', '::', nil)
181:
182: dirs.eachdo|dir|
183: @toplevel.load_from(dir)
184: end
185: end