Methods

RDoc::Require

A file loaded by #require

Attributes

name[RW]

Name of the required file

Public Class Methods

new(name, comment) click to toggle source

Creates a new Require that loads name with comment

    # File lib/rdoc/require.rb, line 16
16:   def initialize(name, comment)
17:     super()
18:     @name = name.gsub(/'|"/, "") #'
19:     self.comment = comment
20:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.