# File lib/timers.rb, line 78
  def pause_all
    @timers.each {|timer| timer.pause}
  end