# File lib/webrat/selenium/application_servers/merb.rb, line 12 def stop silence_stream(STDOUT) do pid = File.read(pid_file) system("kill -9 #{pid}") FileUtils.rm_f pid_file end end