# File lib/thin/daemonizing.rb, line 157 def remove_pid_file File.delete(@pid_file) if @pid_file && File.exists?(@pid_file) end