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
21 22 23 24 25 |
# File 'lib/pheromone/config.rb', line 21 def setup configure do |config| yield(config) end end |