module Dry::Configurable

def create_config_for_nested_configurations

Other tags:
    Private: -
def create_config_for_nested_configurations
  nested_configs.map(&:create_config)
end