Method: Specinfra::Command::Base::File.check_exists

Defined in:
lib/specinfra/command/base/file.rb

.check_exists(file) ⇒ Object


87
88
89
# File 'lib/specinfra/command/base/file.rb', line 87

def check_exists(file)
  "test -e #{escape(file)}"
end