# File lib/puppet/util/rdoc/code_objects.rb, line 129 129: def initialize(name, type) 130: super() 131: @name = name 132: @type = type 133: @comment = "" 134: end