# File lib/puppet/parser/compiler.rb, line 108
108:     def delete_collection(coll)
109:         @collections.delete(coll) if @collections.include?(coll)
110:     end