# File lib/puppet/util/rdoc/code_objects.rb, line 183 183: def initialize(name, confine) 184: super() 185: @name = name 186: @confine = confine 187: @comment = "" 188: end