# File lib/puppet/provider/parsedfile.rb, line 330 330: def destroy 331: # We use the method here so it marks the target as modified. 332: self.ensure = :absent 333: return (@resource.class.name.to_s + "_deleted").intern 334: end