This class is here for rackup-style automatic server detection. See Jaws::Server for more details.
8 9 10
# File 'lib/rack/handler/jaws.rb', line 8 def self.run(app, options = Jaws::Server::DefaultOptions) ::Jaws::Server.new(options).run(app) end