an included module
[Source]
# File code_objects.rb, line 924 924: def initialize(name, comment) 925: super() 926: @name = name 927: self.comment = comment 928: end
[Validate]