Class: DeploYML::Options::Thin
- Inherits:
-
RProgram::Task
- Object
- RProgram::Task
- DeploYML::Options::Thin
- Defined in:
- lib/deployml/options/thin.rb
Overview
Maps in command-line options for the thin
utility.
Constant Summary collapse
- DEFAULTS =
Default options for Thin
{ :environment => :production, :address => '127.0.0.1', :servers => 2 }
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Thin
constructor
Initialize the Thin options.