method
new
rails latest stable - Class:
ActionDispatch::Executor
new(app, executor)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/executor.rb, line 7
def initialize(app, executor)
@app, @executor = app, executor
end