Module: RVGP::Base::Command::RakeTask

Defined in:
lib/rvgp/base/command.rb

Overview

This module contains helpers methods, for commands, that want to be inserted into the rake process. By including this module in your command, you’ll gain access to ClassMethods#rake_tasks, which will append the Target(s) of your command, to the rake process.

If custom rake declarations are necessary for your command the ClassMethods#initialize_rake method can be overridden, in order to make those declarations.

Probably you should just head over to ClassMethods to learn more about this module.

Defined Under Namespace

Modules: ClassMethods