method
call
call(env)
public
Hide source
# File railties/lib/rails/rack/log_tailer.rb, line 13 def call(env) response = @app.call(env) tail! response end