Method: NewRelic::Agent::Stats#merge

Defined in:
lib/new_relic/agent/stats.rb

#merge(other_stats) ⇒ Object

[View source]

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