Module: Drymm::Container Private

Includes:
Dry::Container::Mixin, Dry::Core::Container::Mixin
Included in:
Drymm, FnRepo, RulesRepo, TypesRepo
Defined in:
lib/drymm/container.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.

Class Method Summary collapse

Class Method Details

.extended(base) ⇒ 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.



16
17
18
# File 'lib/drymm/container.rb', line 16

def self.extended(base)
  Dry::Core::Container::Mixin.extended(base)
end