24 25 26 27 28
# File 'lib/lumberjack_heroku_device.rb', line 24 def call(env) response = @app.call(env) tail! response end