# File lib/webrat/selenium/application_servers/rails.rb, line 12
        def stop
          silence_stream(STDOUT) do
            system stop_command
          end
        end