Module: Rake::TaskManager
- Defined in:
- lib/hoe/rake.rb
Instance Method Summary (collapse)
-
- (Object) all_tasks
This gives us access to the tasks already defined in rake.
Instance Method Details
- (Object) all_tasks
This gives us access to the tasks already defined in rake.
19 20 21 |
# File 'lib/hoe/rake.rb', line 19 def all_tasks @tasks end |