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

Methods

start  

Public Class methods

Parameters

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

Options (opts)

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

[Validate]