Class RDoc::Require
In: code_objects.rb
doc-tmp/rdoc/code_objects.rb
Parent: CodeObject

a required file

Methods

new   new  

Public Class methods

[Source]

     # File code_objects.rb, line 756
756:     def initialize(name, comment)
757:       super()
758:       @name = name.gsub(/'|"/, "") #'
759:       self.comment = comment
760:     end

[Source]

     # File doc-tmp/rdoc/code_objects.rb, line 756
756:     def initialize(name, comment)
757:       super()
758:       @name = name.gsub(/'|"/, "") #'
759:       self.comment = comment
760:     end

[Validate]