lib/dry/configurable/constants.rb



# frozen_string_literal: true

module Dry
  # Shared constants
  #
  # @api private
  module Configurable
    include Dry::Core::Constants
  end
end