Class: Rake::Application
- Inherits:
-
Object
- Object
- Rake::Application
- Includes:
- Grably::Core::ApplicationEnchancer
- Defined in:
- lib/grably/runner.rb,
lib/grably/core/application.rb
Overview
Rake application extensions
Instance Method Summary collapse
Methods included from Grably::Core::ApplicationEnchancer
#export, included, #measure_time
Instance Method Details
#run_tasks(tasks) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/grably/runner.rb', line 7 def run_tasks(tasks) standard_exception_handling do collect_command_line_tasks(tasks) top_level end end |