an included module
[Source]
# File code_objects.rb, line 1065 1065: def initialize(name, comment) 1066: super() 1067: @name = name 1068: self.comment = comment 1069: end
[Validate]