Parent

Methods

Class Index [+]

Quicksearch

RDoc::RI::Cache

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 177
  def initialize(dirs)
    # At the top level we have a dummy module holding the
    # overall namespace
    @toplevel = RDoc::RI::TopLevelEntry.new('', '::', nil)

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.