# File lib/merb-core/server.rb, line 138 def remove_pid_file(port) pidfile = pid_file(port) FileUtils.rm(pidfile) if File.exist?(pidfile) end