Method: TkTimer#skip
- Defined in:
- lib/tk/timer.rb
#skip ⇒ Object
468 469 470 471 472 473 474 475 |
# File 'lib/tk/timer.rb', line 468 def skip fail RuntimeError, "is not running now" unless @running cancel Tk_CBTBL[@id] = self @running = true set_next_callback(@current_args) self end |