Method: Mac::Pkg#uninstall_package

Defined in:
lib/beaker/host/mac/pkg.rb

#uninstall_package(name, cmdline_args = '') ⇒ Object



13
14
15
# File 'lib/beaker/host/mac/pkg.rb', line 13

def uninstall_package(name, cmdline_args = '')
  raise "Package #{name} cannot be uninstalled on #{self}"
end