# File lib/timers/timer.rb, line 41 def resume return unless paused? @group.paused_timers.delete self # This will add us back to the group: reset end