# File lib/rbot/timer.rb, line 28 def tick diff = Time.new - @last_tick @in -= diff @last_tick = Time.new end