Module: Rake::TaskManager
- Defined in:
- lib/hoe/rake.rb
Overview
:nodoc:
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.
35 36 37 |
# File 'lib/hoe/rake.rb', line 35 def all_tasks @tasks end |