Class: BraceComb::Config

Inherits:
Object
  • Object
show all
Extended by:
Dry::Configurable
Defined in:
lib/brace_comb/config.rb

Overview

configurator for setting up all the configurable settings for job dependency

Class Method Summary collapse

Class Method Details

.setupObject



11
12
13
14
15
# File 'lib/brace_comb/config.rb', line 11

def setup
  configure do |config|
    yield(config)
  end
end