Class: PackageManager::Yum
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Yum
constructor
A new instance of Yum.
Methods inherited from Base
#find_available, #find_installed, #install, #install_file, #list_contents, load, #provides, #uninstall
Constructor Details
#initialize ⇒ Yum
Returns a new instance of Yum.
5 6 7 |
# File 'lib/package_manager/yum.rb', line 5 def initialize @name = 'yum' end |