Class: Reap::Info

Inherits:
Task
  • Object
show all
Defined in:
lib/reap/task/info.rb

Overview

Info Task

Displays the ProjectInfo file.

Constant Summary

Constants inherited from Task

Task::RUBY

Instance Method Summary collapse

Methods inherited from Task

#ask, #execute, inherited, #initialize, #initiate, master, #master, #provide_setup_rb, #section, section_required, section_required?, #section_required?, #sh, #task, task_attr, #task_desc, task_desc, #task_help, task_help, task_list, #task_name, task_name, #tell, #use_subsection, verify?

Constructor Details

This class inherits a constructor from Reap::Task

Instance Method Details

#runObject



26
27
28
# File 'lib/reap/task/info.rb', line 26

def run
  puts $PROJECT_INFO.info_stream
end