Class: BraceComb::Config
- Inherits:
-
Object
- Object
- BraceComb::Config
- 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
.setup ⇒ Object
11 12 13 14 15 |
# File 'lib/brace_comb/config.rb', line 11 def setup configure do |config| yield(config) end end |