Class: R::TargetHelpInstalled

Inherits:
TargetHelp show all
Includes:
Singleton
Defined in:
lib/rub/help.rb

Instance Attribute Summary

Attributes inherited from C::TargetTag

#description, #input, #output, #tag

Instance Method Summary collapse

Methods inherited from TargetHelp

#gen_help, #print_target, #print_targets

Methods inherited from C::TargetTag

#require

Methods inherited from Target

#clean?, #description, #hash_input, #hash_output, #hash_outputs, #hash_self, #input, #output, #register

Constructor Details

#initializeTargetHelpInstalled

Returns a new instance of TargetHelpInstalled.



130
131
132
# File 'lib/rub/help.rb', line 130

def initialize
	super 'help-installed'
end

Instance Method Details

#buildObject



134
135
136
137
138
139
# File 'lib/rub/help.rb', line 134

def build
	super

	puts 'Installed:'
	print_targets @@ins
end