Method: Specinfra::Command::Base::File.get_mode
- Defined in:
- lib/specinfra/command/base/file.rb
.get_mode(file) ⇒ Object
108 109 110 |
# File 'lib/specinfra/command/base/file.rb', line 108 def get_mode(file) "stat -c %a #{escape(file)}" end |