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

an included module

Methods

new   new  

Public Class methods

[Source]

     # File code_objects.rb, line 768
768:     def initialize(name, comment)
769:       super()
770:       @name = name
771:       self.comment = comment
772:     end

[Source]

     # File doc-tmp/rdoc/code_objects.rb, line 768
768:     def initialize(name, comment)
769:       super()
770:       @name = name
771:       self.comment = comment
772:     end

[Validate]