class WEBrick::SimpleServer
Base server class
Public Class Methods
          start() { || ... }
          
          click to toggle source
          
        
        
        A SimpleServer only yields when you start it
# File lib/webrick/server.rb, line 31 def SimpleServer.start yield end