Method: Specinfra::Command::Base::File.check_is_link
- Defined in:
- lib/specinfra/command/base/file.rb
.check_is_link(link) ⇒ Object
124 125 126 |
# File 'lib/specinfra/command/base/file.rb', line 124 def check_is_link(link) "test -L #{escape(link)}" end |