Class: Timers::Break
Instance Attribute Summary
Attributes inherited from Timer
Instance Method Summary collapse
-
#initialize ⇒ Break
constructor
A new instance of Break.
Methods inherited from Timer
Constructor Details
#initialize ⇒ Break
Returns a new instance of Break.
10 11 12 13 |
# File 'lib/tabata_timer/timers.rb', line 10 def initialize @time = 10 @message = 'Break!' end |