Method: Specinfra::Command::Base::File.check_is_symlink

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

27
28
29
# File 'lib/specinfra/command/base/file.rb', line 27

def check_is_symlink(file)
  "test -L #{escape(file)}"
end