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