Method: Specinfra::Command::Base::File.check_is_socket

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

.check_is_socket(file) ⇒ Object


15
16
17
# File 'lib/specinfra/command/base/file.rb', line 15

def check_is_socket(file)
  "test -S #{escape(file)}"
end