method
stop
stop()
public
Hide source
# File lib/webrick/server.rb, line 128 def stop if @status == :Running @status = :Shutdown end end