Class: Pheromone::Config

Inherits:
Object
  • Object
show all
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

.setupObject



26
27
28
29
30
# File 'lib/pheromone/config.rb', line 26

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