class Dry::Configurable::Settings

def each(&block)

Other tags:
    Api: - private
def each(&block)
  elements.values.each(&block)
end