Module: Dry::System::Container::Stubs Private
- Defined in:
- lib/dry/system/stubs.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#finalize!(&block) ⇒ Object
private
This overrides default finalize! just to disable automatic freezing of the container.
Instance Method Details
#finalize!(&block) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This overrides default finalize! just to disable automatic freezing of the container
14 15 16 |
# File 'lib/dry/system/stubs.rb', line 14 def finalize!(**, &block) super(freeze: false, &block) end |