Method: R10K::Util::Subprocess#cwd

Defined in:
lib/r10k/util/subprocess.rb

#cwdString

Returns The directory to be used as the cwd when executing the command.

Returns:

  • (String)

    The directory to be used as the cwd when executing the command.



46
47
48
# File 'lib/r10k/util/subprocess.rb', line 46

def cwd
  @cwd
end