Parent

Methods

Included Modules

Cluster::Start

Public Instance Methods

configure() click to toggle source
     # File lib/mongrel_cluster/init.rb, line 229
229:     def configure
230:       options [ 
231:         ['-C', '--config PATH', "Path to cluster configuration file", :@config_file, "config/mongrel_cluster.yml"],
232:         ['-v', '--verbose', "Print all called commands and output.", :@verbose, false],
233:         ['', '--clean', "Remove pid_file if needed before starting", :@clean, false],
234:         ['', '--only PORT', "Port number of cluster member", :@only, nil]
235:       ]
236:     end
run() click to toggle source
     # File lib/mongrel_cluster/init.rb, line 238
238:     def run
239:       start      
240:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.