Class: Invar::Rake::Task::StatusHandler

Inherits:
NamespacedFileTask show all
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

Methods inherited from NamespacedFileTask

#file_path, #initialize

Constructor Details

This class inherits a constructor from Invar::Rake::Task::NamespacedFileTask

Instance Method Details

#show_pathsObject

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