# File lib/timers.rb, line 89
  def continue_all
    @paused_timers.each {|timer| timer.continue}
  end