Class Merb::Rack::WEBrick
In: lib/merb-core/rack/adapter/webrick.rb
Parent: Object

Methods

start  

Public Class methods

Parameters

opts<Hash>:Options for WEBrick (see below).

Options (opts)

:host<String>:The hostname that WEBrick should serve.
:port<Fixnum>:The port WEBrick should bind to.
:app<String>>:The application name.

[Validate]