Method: Specinfra::Command::Base::File.check_is_pipe

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

.check_is_pipe(file) ⇒ Object

[View source]

11
12
13
# File 'lib/specinfra/command/base/file.rb', line 11

def check_is_pipe(file)
  "test -p #{escape(file)}"
end