Object
# File lib/newgem/tasks.rb, line 2 2: def remove_task(task_name) 3: @tasks.delete(task_name.to_s) 4: end
# File lib/newgem/tasks.rb, line 7 7: def remove_task(task_name) 8: Rake.application.remove_task(task_name) 9: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.