Method: OneApm::Configuration.value_of

Defined in:
lib/one_apm/configuration/default_source.rb

.value_of(key) ⇒ Object



6
7
8
9
10
# File 'lib/one_apm/configuration/default_source.rb', line 6

def self.value_of(key)
  Proc.new do
    OneApm::Manager.config[key]
  end
end