Module Rake
In: lib/rake_remote_task.rb

Methods

Classes and Modules

Module Rake::TaskManager
Class Rake::RemoteTask
Class Rake::Task

Public Class methods

Hooks into rake and allows us to clear out a task by name or regexp. Use this if you want to completely override a task instead of extend it.

[Validate]