instance method File::Stat#mtime

mtime -> Time[permalink][rdoc][edit]

最終更新時刻を返します。


fs = File::Stat.new($0)
#例
p fs.mtime   #=> Wed Sep 05 20:42:18 +0900 2007

[SEE_ALSO] Time