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