Class: Uberinstaller::PackageManager::Git

Inherits:
Base
  • Object
show all
Defined in:
lib/uberinstaller/package_managers/git.rb

Overview

Git package manager ( a little bit of a hack really )

Instance Attribute Summary

Attributes inherited from Base

#commands

Instance Method Summary collapse

Methods inherited from Base

#debug, #initialize, #make_command, #method_missing

Methods included from Loggable

configure_logger_for, #logger, logger_for

Constructor Details

This class inherits a constructor from Uberinstaller::PackageManager::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Uberinstaller::PackageManager::Base

Instance Method Details

#set_commandsObject



10
11
12
# File 'lib/uberinstaller/package_managers/git.rb', line 10

def set_commands
  @commands[:install] = "git clone" 
end