Method: Dry::System::Provider#start
- Defined in:
- lib/dry/system/provider.rb
#start ⇒ self
Runs the start lifecycle step.
Also runs any callbacks for the step, and then merges any registered components from the provider container into the target container.
169 170 171 172 |
# File 'lib/dry/system/provider.rb', line 169 def start run_step(:prepare) run_step(:start) end |