# File lib/rbot/timer.rb, line 165 def start return if running? @should_be_running = true start_thread unless @timers.empty? end