# File lib/webrat/selenium/application_servers/base.rb, line 15
        def stop_at_exit
          at_exit do
            stop
          end
        end