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

an included module

Methods

new  

Attributes

name  [RW] 

Public Class methods

[Source]

     # File rdoc/code_objects.rb, line 757
757:     def initialize(name, comment)
758:       super()
759:       @name = name
760:       self.comment = comment
761:     end

Search

Google

Ruby API Docs

Links