Method: TkTimer.start

Defined in:
lib/tk/timer.rb

.start(*args, &b) ⇒ Object

class methods



36
37
38
# File 'lib/tk/timer.rb', line 36

def self.start(*args, &b)
  self.new(*args, &b).start
end