class R::TargetHelpInstalled

Public Class Methods

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

Public Instance Methods

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

        puts 'Installed:'
        print_targets @@ins
end