# File rbot/timer.rb, line 57 def add(period, data=nil, &func) @handle += 1 @timers[@handle] = Action.new(period, data, &func) return @handle end