# File lib/puppet/util/rdoc/code_objects.rb, line 165
165:         def initialize(name, confine)
166:             super()
167:             @name = name
168:             @confine = confine
169:             @comment = ""
170:         end