class Jumpstarter::Git::Install

******************#

Instructions   #

******************#

Public Instance Methods

run!() click to toggle source
# File lib/jumpstarter_core/git.rb, line 7
def run!()
    # install pip
    CommandRunner.execute(
            command: Commands::Git::Install,
            error: nil
    )
    return true
end