lib/new_relic/agent/stats.rb in newrelic_rpm-3.11.2.286 vs lib/new_relic/agent/stats.rb in newrelic_rpm-3.12.0.288

- old
+ new

@@ -93,13 +93,9 @@ # increments the call_count by one def increment_count(value = 1) @call_count += value end - def inspect - "#<NewRelic::Agent::Stats #{to_s} >" - end - # Concerned about implicit usage of inspect relying on stats format, so # putting back a version to get full inspection as separate method def inspect_full variables = instance_variables.map do |ivar| "#{ivar.to_s}=#{instance_variable_get(ivar).inspect}"