class Falcon::Adapters::Rack
def initialize(app)
Initialize the rack adaptor middleware.
def initialize(app) @app = app raise ArgumentError, "App must be callable!" unless @app.respond_to?(:call) end
def initialize(app) @app = app raise ArgumentError, "App must be callable!" unless @app.respond_to?(:call) end