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

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.



8
9
10
# File 'lib/dry/system/stubs.rb', line 8

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