Class: PackageManager::Port

Inherits:
Base
  • Object
show all
Defined in:
lib/package_manager/port.rb

Constant Summary

Constants inherited from Base

Base::KNOWN_PACKAGE_MANAGERS

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Base

#find_available, #find_installed, #install, #install_file, #list_contents, load, #provides, #uninstall

Constructor Details

#initializePort

Returns a new instance of Port.



5
6
7
# File 'lib/package_manager/port.rb', line 5

def initialize
  @name = 'port'
end