method

call

v3.2.8 - Show latest stable - Class: Runner
call(env)
public

No documentation available.

# File actionpack/examples/performance.rb, line 26
  def call(env)
    env['n'].to_i.times { @app.call(env) }
    @app.call(env).tap { |response| report(env, response) }
  end