Method: Specinfra::Command::Base::File.check_is_block_device

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

.check_is_block_device(file) ⇒ Object

[View source]

19
20
21
# File 'lib/specinfra/command/base/file.rb', line 19

def check_is_block_device(file)
  "test -b #{escape(file)}"
end