Class
Merb::Rack::Ebb
In:
lib/merb-core/rack/adapter/ebb.rb
Parent:
Object
Methods
start
Public Class methods
start
(opts={})
Parameters
opts<
Hash
>:
Options for
Thin
(see below).
Options (opts)
:host<
String
>:
The hostname that
Thin
should serve.
:port<Fixnum>:
The port
Ebb
should bind to.
:app:
The application
[Validate]