global

def remove_task(task_name)

def remove_task(task_name)
  @tasks.delete(task_name.to_s)
end