Method: Specinfra::Command::Base::File.get_owner_group
- Defined in:
- lib/specinfra/command/base/file.rb
.get_owner_group(file) ⇒ Object
116 117 118 |
# File 'lib/specinfra/command/base/file.rb', line 116 def get_owner_group(file) "stat -c %G #{escape(file)}" end |