module Dry::Configurable::Initializer

def initialize(*)

Other tags:
    Api: - private
def initialize(*)
  @__config__ = self.class.__config_build__(self.class.settings)
  super
end