Module: Dry::Core::Container::Configuration

Defined in:
lib/dry/core/container/configuration.rb

Instance Method Summary collapse

Instance Method Details

#configure {|config| ... } ⇒ 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.

Yields:

  • (config)


31
32
33
# File 'lib/dry/core/container/configuration.rb', line 31

def configure
  yield config
end