class Timers::Break
Public Class Methods
new()
click to toggle source
# File lib/tabata_timer/timers.rb, line 10 def initialize @time = 10 @message = 'Break!' end
# File lib/tabata_timer/timers.rb, line 10 def initialize @time = 10 @message = 'Break!' end