module Rake::TaskManager
Public Instance Methods
all_tasks()
click to toggle source
This gives us access to the tasks already defined in rake.
# File lib/hoe/rake.rb, line 35 def all_tasks @tasks end
This gives us access to the tasks already defined in rake.
# File lib/hoe/rake.rb, line 35 def all_tasks @tasks end