class Dry::Configurable::Setting

def reader?

Other tags:
    Api: - private
def reader?
  options[:reader].equal?(true)
end