class ActionDispatch::Executor

def initialize(app, executor)

def initialize(app, executor)
  @app, @executor = app, executor
end