class Pheromone::Config

configurator for setting up all the configurable settings for pheromone

Public Class Methods

setup() { |config| ... } click to toggle source
# File lib/pheromone/config.rb, line 26
def setup
  configure do |config|
    yield(config)
  end
end