Rack handler for the Zapp web server
11 12 13 14
# File 'lib/rack/handler/zapp.rb', line 11 def self.run(app) Zapp.config.app = app Zapp::Server.new.run end