A file loaded by #require
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.
Generated with the Darkfish Rdoc Generator 1.1.6.