Module: Rackdapter::ProxyBackend
- Defined in:
- lib/rackdapter/spawner.rb
Class Method Summary collapse
Class Method Details
.spawn(application, port = nil) ⇒ Object
96 97 98 |
# File 'lib/rackdapter/spawner.rb', line 96 def self.spawn(application, port=nil) exec app.ruby, File.join(File.dirname(__FILE__), '../../bin/rackdapter_proxy'), Rackdapter.config_path end |