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