method
stop
v1_8_6_287 -
Show latest stable
- Class:
WEBrick::GenericServer
stop()public
No documentation available.
# File lib/webrick/server.rb, line 120
def stop
if @status == :Running
@status = :Shutdown
end
end