Module: Dry::Container::Configuration

Defined in:
lib/dry/container/mixin.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)


59
60
61
# File 'lib/dry/container/mixin.rb', line 59

def configure
  yield config
end