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