Class: Rack::Handler::Jaws
- Inherits:
-
Object
- Object
- Rack::Handler::Jaws
- Defined in:
- lib/rack/handler/jaws.rb
Overview
This class is here for rackup-style automatic server detection. See Jaws::Server for more details.
Class Method Summary collapse
Class Method Details
.run(app, options = Jaws::Server::DefaultOptions) ⇒ Object
8 9 10 |
# File 'lib/rack/handler/jaws.rb', line 8 def self.run(app, = Jaws::Server::DefaultOptions) ::Jaws::Server.new().run(app) end |