Class: Timers::Timer
- Inherits:
-
Object
- Object
- Timers::Timer
- Defined in:
- lib/artoo/ext/timers.rb
Instance Method Summary collapse
-
#continue ⇒ Object
Continue this timer.
-
#pause ⇒ Object
Pause this timer.
Instance Method Details
#continue ⇒ Object
Continue this timer
37 38 39 |
# File 'lib/artoo/ext/timers.rb', line 37 def continue @timers.continue self end |
#pause ⇒ Object
Pause this timer
32 33 34 |
# File 'lib/artoo/ext/timers.rb', line 32 def pause @timers.pause self end |