Class
NewRelic::Agent::Configuration::DottedHash
In:
lib/new_relic/agent/configuration/dotted_hash.rb
Parent:
::Hash
Methods
dot_flattened
inspect
new
symbolize
to_hash
Public Class methods
new
(hash, keep_nesting=false)
symbolize
(hash)
Public Instance methods
inspect
()
to_hash
()
Protected Instance methods
dot_flattened
(nested_hash, names=[], result={})
turns {‘a’ => {‘b’ => ‘c’}} into {‘a.b’ => ‘c’}
[Validate]