Method: Foreman::Process#cwd

Defined in:
lib/foreman/process.rb

#cwdObject

Returns the working directory for this Process



76
77
78
# File 'lib/foreman/process.rb', line 76

def cwd
  File.expand_path(@options[:cwd] || ".")
end