# File ../../auditor/lib/kasp_auditor/partial_auditor.rb, line 314
    def delete(file)
      begin
        File.delete(file)
      rescue Exception 
      end
    end