Class: FalkorLib::GitTasks
- Inherits:
-
Object
- Object
- FalkorLib::GitTasks
- Includes:
- Rake::DSL
- Defined in:
- lib/falkorlib/tasks/git.rb
Overview
Rake tasks to pilot Git operations
Instance Method Summary collapse
-
#install_tasks ⇒ Object
Install the git tasks for Rake.
Instance Method Details
#install_tasks ⇒ Object
Install the git tasks for Rake
20 21 22 23 |
# File 'lib/falkorlib/tasks/git.rb', line 20 def install_tasks load 'falkorlib/tasks/git.rake' load 'falkorlib/tasks/gitflow.rake' end |