Method: NewRelic::Agent::StatsEngine#to_h
- Defined in:
- lib/new_relic/agent/stats_engine.rb
permalink #to_h ⇒ Object
For use by test code only.
193 194 195 |
# File 'lib/new_relic/agent/stats_engine.rb', line 193 def to_h with_stats_lock { @stats_hash.to_h } end |