# File lib/new_relic/agent/configuration/manager.rb, line 149 def register_callback(key, &proc) @callbacks[key] << proc proc.call(@cache[key]) end