# File lib/puppet/provider/confiner.rb, line 8
 8:     def confine_collection
 9:         unless defined?(@confine_collection)
10:             @confine_collection = Puppet::Provider::ConfineCollection.new(self.to_s)
11:         end
12:         @confine_collection
13:     end