# File lib/merb-core/server.rb, line 245 def remove_pid(port) FileUtils.rm(pid_file(port)) if File.file?(pid_file(port)) end