Method: NewRelic::Agent::Configuration::Manager#initialize

Defined in:
lib/new_relic/agent/configuration/manager.rb

#initializeManager

Returns a new instance of Manager.

[View source]

34
35
36
37
38
# File 'lib/new_relic/agent/configuration/manager.rb', line 34

def initialize
  reset_to_defaults
  @callbacks = Hash.new { |hash, key| hash[key] = [] }
  @lock = Mutex.new
end