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