class Rack::Lint
Rack::Lint
validates your application and the requests and responses according to the Rack
spec.
Public Class Methods
# File lib/rack/lint.rb, line 13 def initialize(app) @app = app end
Rack::Lint
validates your application and the requests and responses according to the Rack
spec.
# File lib/rack/lint.rb, line 13 def initialize(app) @app = app end