module Mmtrix::Agent::Configuration

Constants

AUTOSTART_BLACKLISTED_RAKE_TASKS
DEFAULTS
MASK_DEFAULTS

Public Class Methods

value_of(key) click to toggle source

Helper since default Procs are evaluated in the context of this module

# File lib/mmtrix/agent/configuration/default_source.rb, line 12
def self.value_of(key)
  Proc.new do
    Mmtrix::Agent.config[key]
  end
end