# File lib/webrat/selenium/application_servers/rack.rb, line 18
        def stop
          Process.kill("INT", @pid)
        end