Method: Inspec::Profile#cwd
- Defined in:
- lib/inspec/profile.rb
#cwd ⇒ Object
TODO(ssd): Relative path handling really needs to be carefully thought through, especially with respect to relative paths in tarballs.
517 518 519 |
# File 'lib/inspec/profile.rb', line 517 def cwd @target.is_a?(String) && File.directory?(@target) ? @target : "./" end |