Method: Alice::Response::Middleware#call

Defined in:
lib/alice/response.rb

#call(env) ⇒ Object



15
16
17
18
# File 'lib/alice/response.rb', line 15

def call(env)
  self.class.register_on_complete(env)
  @app.call env
end