Support for the Ruby 2.4 series has ended. See here for reference.

In Files

  • webrick/server.rb

Parent

Methods

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 32
def SimpleServer.start
  yield
end