Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

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