Method: Rack::Handler::Ebb.run

Defined in:
lib/ebb.rb

.run(app, options = {}) ⇒ Object



335
336
337
# File 'lib/ebb.rb', line 335

def self.run(app, options={})
  ::Ebb.start_server(app, options)
end