Method: Niman::Provisioner#initialize
- Defined in:
- lib/niman/provisioner.rb
#initialize(installer, filehandler, shell, instructions) ⇒ Provisioner
Returns a new instance of Provisioner.
7 8 9 10 11 12 |
# File 'lib/niman/provisioner.rb', line 7 def initialize(installer, filehandler, shell, instructions) @installer = installer @filehandler = filehandler @shell = shell @instructions = Array(instructions) end |