Class: OS::FreeBSD

Inherits:
Base
  • Object
show all
Defined in:
lib/prebundle/os.rb

Instance Method Summary collapse

Methods inherited from Base

#command, #initialize, #packages

Constructor Details

This class inherits a constructor from OS::Base

Instance Method Details

#build_command(packages) ⇒ Object



62
63
64
# File 'lib/prebundle/os.rb', line 62

def build_command(packages)
  "pkg install #{packages.join(' ')}"
end