Class: Pheromone::Config
- Inherits:
-
Object
- Object
- Pheromone::Config
- Extended by:
- Dry::Configurable
- Defined in:
- lib/pheromone/config.rb
Overview
configurator for setting up all the configurable settings for pheromone
Class Method Summary collapse
Class Method Details
.setup ⇒ Object
26 27 28 29 30 |
# File 'lib/pheromone/config.rb', line 26 def setup configure do |config| yield(config) end end |