= private = protected
stop()
Stops the server from accepting new connections.
# File lib/webrick/server.rb, line 217 def stop if @status == :Running @status = :Shutdown end end