class Dry::Configurable::Setting

def with(new_opts)

Other tags:
    Api: - private
def with(new_opts)
  self.class.new(name, input: input, default: default, **options, **new_opts)
end