# File lib/daemons/pidfile.rb, line 105
    def zap
      File.delete(filename) if exist?
    end