Class: Rack::CommonLogger
- Inherits:
-
Object
- Object
- Rack::CommonLogger
- Defined in:
- lib/sensible_logging.rb
Overview
Disable Rack::CommonLogger
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
13 14 15 |
# File 'lib/sensible_logging.rb', line 13 def call(env) @app.call(env) end |