# File lib/newgem/tasks.rb, line 2
  def remove_task(task_name)
    @tasks.delete(task_name.to_s)
  end