Method: Specinfra::Command::Base::File.get_mtime
- Defined in:
- lib/specinfra/command/base/file.rb
.get_mtime(file) ⇒ Object
132 133 134 |
# File 'lib/specinfra/command/base/file.rb', line 132 def get_mtime(file) "stat -c %Y #{escape(file)}" end |