Method: Todo.start

Defined in:
lib/tasky.rb

.start(args) ⇒ Object



44
45
46
47
48
49
50
# File 'lib/tasky.rb', line 44

def start(args)
  options = Options.parse args

  @task = Task.new args

  @task.save
end