Module: Rake::TaskManager
- Defined in:
- lib/ext/rake.rb
Instance Method Summary collapse
-
#all_tasks ⇒ Object
This gives us access to the tasks already defined in rake.
Instance Method Details
#all_tasks ⇒ Object
This gives us access to the tasks already defined in rake.
4 5 6 |
# File 'lib/ext/rake.rb', line 4 def all_tasks @tasks end |