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