Class: Timers::Timer

Inherits:
Object
  • Object
show all
Defined in:
lib/artoo/ext/timers.rb

Instance Method Summary collapse

Instance Method Details

#continueObject

Continue this timer



37
38
39
# File 'lib/artoo/ext/timers.rb', line 37

def continue
  @timers.continue self
end

#pauseObject

Pause this timer



32
33
34
# File 'lib/artoo/ext/timers.rb', line 32

def pause
  @timers.pause self
end