In Files

  • webrick/server.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

WEBrick::SimpleServer

Base server class

Public Class Methods

start() click to toggle source

A SimpleServer only yields when you start it

 
               # File webrick/server.rb, line 31
def SimpleServer.start
  yield
end