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

Public Instance methods

Protected Instance methods

turns {‘a’ => {‘b’ => ‘c’}} into {‘a.b’ => ‘c’}

[Validate]