# File lib/foreman/process.rb, line 17 def initialize(command, options={}) @command = command @options = options.dup @options[:env] ||= {} end