Class: WEBrick::SimpleServer

Inherits:
Object
  • Object
show all
Defined in:
lib/webrick/server.rb

Overview

Base server class

Class Method Summary collapse

Class Method Details

.startObject

A SimpleServer only yields when you start it



31
32
33
# File 'lib/webrick/server.rb', line 31

def SimpleServer.start
  yield
end