# File lib/puppet/indirector/facts/facter.rb, line 65
65:   def destroy(facts)
66:     raise Puppet::DevError, "You cannot destroy facts in the code store; it is only used for getting facts from Facter"
67:   end