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