# File lib/puppet/provider/parsedfile.rb, line 317
317:   def destroy
318:     # We use the method here so it marks the target as modified.
319:     self.ensure = :absent
320:     (@resource.class.name.to_s + "_deleted").intern
321:   end