class Rails::Engine

def load_runner(app = self)

Check Rails::Railtie.runner for more info.
Load Rails runner and invoke the registered hooks.
def load_runner(app = self)
  run_runner_blocks(app)
  self
end