= private = protected
stop()
Stops the server from accepting new connections.
# File lib/webrick/server.rb, line 219 def stop if @status == :Running @status = :Shutdown end alarm_shutdown_pipe {|f| f.write_nonblock("\00"")} end