# File lib/puma/cli.rb, line 260 def delete_pidfile if path = @options[:pidfile] File.unlink path if File.exists? path end end