class Blinker::CLI

Public Instance Methods

start(*option) click to toggle source
# File lib/blinker/cli.rb, line 8
def start(*option)
  timer = Blinker::Timer.new(*option)
  timer.start
end