Class: Merb::Rack::ThinTurbo

Inherits:
Thin show all
Defined in:
lib/merb-core/rack/adapter/thin_turbo.rb

Class Method Summary collapse

Methods inherited from Thin

start_server, stop

Methods inherited from AbstractAdapter

exit_process, process_title, spawn_worker, start, start_at_port, start_server, stop

Class Method Details

.new_server(port) ⇒ Object

:api: plugin



11
12
13
14
# File 'lib/merb-core/rack/adapter/thin_turbo.rb', line 11

def self.new_server(port)
  @opts.merge!(:backend => ::Thin::Backends::Turbo)
  super
end