Method: Specinfra::Command::Base::File.check_is_file

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

.check_is_file(file) ⇒ Object


3
4
5
# File 'lib/specinfra/command/base/file.rb', line 3

def check_is_file(file)
  "test -f #{escape(file)}"
end