class Dry::Configurable::Settings

def initialize_elements(elements)

Other tags:
    Api: - private
def initialize_elements(elements)
  @elements = elements.each_with_object(Concurrent::Map.new) { |s, m|
    m[s.name] = s
  }
end