ruby-dry-configurable

Simple mixin to make Ruby classes configurable
  https://github.com/dry-rb/dry-configurable
  0
  no reviews



Dry-configurable is a simple mixin to add thread-safe configuration behaviour to your classes. There are many libraries that make use of configuration, and each seemed to have their own implementation with a similar or duplicate interface, so it was strange that this behaviour had not already been encapsulated into a reusable gem, hence dry-configurable was born.