lib/new_relic/agent/stats.rb in newrelic_rpm-9.0.0 vs lib/new_relic/agent/stats.rb in newrelic_rpm-9.1.0
- old
+ new
@@ -116,10 +116,10 @@
# 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}"
- end.join(" ")
+ end.join(' ')
"#<NewRelic::Agent::Stats #{variables}>"
end
def ==(other)
other.class == self.class &&