Method: Specinfra::Command::Openbsd::Base::File.get_mtime
- Defined in:
- lib/specinfra/command/openbsd/base/file.rb
permalink .get_mtime(file) ⇒ Object
[View source]
39 40 41 |
# File 'lib/specinfra/command/openbsd/base/file.rb', line 39 def get_mtime(file) "stat -f %m #{escape(file)}" end |