Class: Rack::CommonLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/ext/rack/common_logger.rb

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



7
8
9
10
# File 'lib/ext/rack/common_logger.rb', line 7

def call(env)
  # do nothing
  @app.call(env)
end