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, available?, #execute, has_section?, inherited, #initialize, #initiate, master, #master, #provide_setup_rb, #section, #sh, #task, task_attr, task_available, #task_desc, task_desc, #task_help, task_help, task_list, #task_name, task_name, #tell, #use_subsection

Constructor Details

This class inherits a constructor from Reap::Task

Instance Method Details

#runObject



28
29
30
# File 'lib/reap/task/info.rb', line 28

def run
  puts ProjectInfo.instance.info_stream
end