module Dry::Configurable

def included(base)

Other tags:
    Private: -
def included(base)
  base.extend(ClassMethods)
end