# File lib/rbot/timer.rb, line 145
    def run(granularity=0.1)
      while(true)
        sleep(granularity)
        tick
      end
    end