class Dry::Configurable::Settings::DSL

def setting(*args, &block)

def setting(*args, &block)
  @settings.add(*args, &block)
end