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