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



21
22
23
24
25
# File 'lib/pheromone/config.rb', line 21

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