Module: Dry::System::Container::Stubs Private

Defined in:
lib/dry/system/stubs.rb

Overview

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.

API:

  • private

Instance Method Summary collapse

Instance Method Details

#finalize!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

API:

  • private



14
15
16
# File 'lib/dry/system/stubs.rb', line 14

def finalize!(**, &)
  super(freeze: false, &)
end