method

new

v1_8_6_287 - Show latest stable - Class: RI::RiCache
new(dirs)
public

No documentation available.

# File lib/rdoc/ri/ri_cache.rb, line 176
    def initialize(dirs)
      # At the top level we have a dummy module holding the
      # overall namespace
      @toplevel = TopLevelEntry.new('', '::', nil)

      dirs.each do |dir|
        @toplevel.load_from(dir)
      end
    end