# File lib/puppet/util/rdoc/code_objects.rb, line 147 147: def initialize(name, type) 148: super() 149: @name = name 150: @type = type 151: @comment = "" 152: end