# File lib/statsd/server.rb, line 16 def self.get_and_clear_stats! counters = COUNTERS.dup timers = TIMERS.dup COUNTERS.clear TIMERS.clear [counters,timers] end