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