# File lib/puppet/util/rdoc/code_objects.rb, line 215 215: def initialize(type, title, comment, params) 216: super() 217: @type = type 218: @title = title 219: @comment = comment 220: @params = params 221: end