an included module
[Source]
# File rdoc/code_objects.rb, line 757 def initialize(name, comment) super() @name = name self.comment = comment end
[Validate]