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