Module: RakeCommander::Patcher::Application::TopLevelResume::Patch
- Defined in:
- lib/rake-commander/patcher/application/top_level_resume.rb
Instance Method Summary collapse
-
#top_level ⇒ Object
To preserve
rake
as main executable, as theRunMethod::Patch
is applied only whenRake::Application
requires theRakefile
that loadsrake-commander
, we technically only need to fix thetop_level_tasks
that have been detected.
Instance Method Details
#top_level ⇒ Object
To preserve rake
as main executable, as the RunMethod::Patch
is applied only
when Rake::Application
requires the Rakefile
that loads rake-commander
,
we technically only need to fix the top_level_tasks
that have been detected.
28 29 30 31 |
# File 'lib/rake-commander/patcher/application/top_level_resume.rb', line 28 def top_level RakeCommander.rectify_rake_application super end |