class Parsers::Root
Constants
- STATS
Public Instance Methods
run()
click to toggle source
# File lib/parsers/root.rb, line 9 def run STATS.each do |xml_key, key| gauge(xml_key, key) end end
# File lib/parsers/root.rb, line 9 def run STATS.each do |xml_key, key| gauge(xml_key, key) end end