class Timers::Exercise

Public Class Methods

new() click to toggle source
# File lib/tabata_timer/timers.rb, line 3
def initialize
  @time = 20
  @message = 'Workout!'
end