# File lib/timers/group.rb, line 118
    def cancel
      @timers.dup.each(&:cancel)
    end