Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Fileクラス > mtime
mtime -> Time
[permalink][rdoc]最終更新時刻を Time オブジェクトとして返します。
IO.write("testfile", "test")
File.open("testfile") { |f| f.mtime } # => 2017-12-21 22:58:17 +0900
[SEE_ALSO] File#lstat, File#atime, File#ctime, File#birthtime