class R::TargetHelpBuilt
Public Class Methods
new()
click to toggle source
Calls superclass method
R::TargetHelp::new
# File lib/rub/help.rb, line 146 def initialize super 'help-built' end
Public Instance Methods
build()
click to toggle source
Calls superclass method
R::TargetHelp#build
# File lib/rub/help.rb, line 150 def build super puts 'Build Targets:' print_targets @@bld end