Class: WEBrick::SimpleServer
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/server.rb
Overview
Base server class
Class Method Summary collapse
-
.start ⇒ Object
A SimpleServer only yields when you start it.
Class Method Details
.start ⇒ Object
A SimpleServer only yields when you start it
31 32 33 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/server.rb', line 31 def SimpleServer.start yield end |