Class: WEBrick::SimpleServer
| Relationships & Source Files | |
| Inherits: | Object | 
| Defined in: | lib/webrick/server.rb | 
Overview
Base server class
Class Method Summary
- 
    
      .start  
    
    A SimpleServer only yields when you start it. 
Class Method Details
.start
A SimpleServer only yields when you start it
# File 'lib/webrick/server.rb', line 31
def SimpleServer.start yield end