method

call

call(env)
public

No documentation available.

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