Class: SetupTool

Inherits:
Tool
  • Object
show all
Defined in:
lib/protk/setup_tool.rb

Instance Attribute Summary

Attributes inherited from Tool

#option_parser, #options

Instance Method Summary collapse

Methods inherited from Tool

#check_options, #initialize, #input_base_path, #jobid_from_filename, #jobid_prefix, #jobid_prefix=, #method_missing, #output_base_path, #run

Constructor Details

This class inherits a constructor from Tool

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Tool

Instance Method Details

#install(toolname) ⇒ Object



15
16
17
# File 'lib/protk/setup_tool.rb', line 15

def install toolname
	Rake.application.invoke_task toolname
end