# File lib/rfuzz/stats.rb, line 107 107: def tick 108: now = Time.now 109: sample(now - @last_time) 110: @last_time = now 111: end