Class: Invar::Rake::Task::StatusHandler
- Inherits:
-
NamespacedFileTask
- Object
- NamespacedFileTask
- Invar::Rake::Task::StatusHandler
- Defined in:
- lib/invar/rake/task/status.rb
Overview
Rake task handler for actions that just show information about the system
Instance Method Summary collapse
-
#show_paths ⇒ Object
Prints the current paths to be searched in.
Methods inherited from NamespacedFileTask
Constructor Details
This class inherits a constructor from Invar::Rake::Task::NamespacedFileTask
Instance Method Details
#show_paths ⇒ Object
Prints the current paths to be searched in
11 12 13 |
# File 'lib/invar/rake/task/status.rb', line 11 def show_paths warn @locator.search_paths.join("\n") end |