Method: Foreman::Process#initialize
- Defined in:
- lib/foreman/process.rb
#initialize(command, options = {}) ⇒ Process
Create a Process
17 18 19 20 21 22 |
# File 'lib/foreman/process.rb', line 17 def initialize(command, ={}) @command = command = .dup [:env] ||= {} end |