Method: Specinfra::Command::Base::File.check_is_character_device
- Defined in:
- lib/specinfra/command/base/file.rb
.check_is_character_device(file) ⇒ Object
23 24 25 |
# File 'lib/specinfra/command/base/file.rb', line 23 def check_is_character_device(file) "test -c #{escape(file)}" end |