class R::TargetHelpTag

Public Class Methods

new() click to toggle source
Calls superclass method R::TargetHelp::new
# File lib/rub/help.rb, line 114
def initialize
        super 'help-tag'
end

Public Instance Methods

build() click to toggle source
Calls superclass method R::TargetHelp#build
# File lib/rub/help.rb, line 118
def build
        super

        puts 'Tags:'
        print_targets @@tag
end