Method: NewRelic::Agent::Stats#merge
- Defined in:
- lib/new_relic/agent/stats.rb
permalink #merge(other_stats) ⇒ Object
35 36 37 38 |
# File 'lib/new_relic/agent/stats.rb', line 35 def merge(other_stats) stats = self.clone stats.merge!(other_stats) end |