Method: Specinfra::Command::Base::File.check_is_symlink
- Defined in:
- lib/specinfra/command/base/file.rb
.check_is_symlink(file) ⇒ Object
27 28 29 |
# File 'lib/specinfra/command/base/file.rb', line 27 def check_is_symlink(file) "test -L #{escape(file)}" end |