# File lib/thin/backends/unix_server.rb, line 43 def remove_socket_file File.delete(@socket) if @socket && File.exist?(@socket) end