Class: Blinker::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/blinker/cli.rb

Instance Method Summary collapse

Instance Method Details

#start(*option) ⇒ Object



8
9
10
11
# File 'lib/blinker/cli.rb', line 8

def start(*option)
  timer = Blinker::Timer.new(*option)
  timer.start
end