Method: Rack::Lint#call

Defined in:
lib/rack/lint.rb

#call(env = nil) ⇒ Object

Invoke the application, validating the request and response according to the Rack spec.



15
16
17
# File 'lib/rack/lint.rb', line 15

def call(env = nil)
  Wrapper.new(@app, env).response
end