atime,mtime,ctime of File::Stat are instance methods

[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-12-12 15:01:08 +00:00
Родитель 38054f99aa
Коммит eccdc515d5
1 изменённых файлов: 1 добавлений и 1 удалений

2
NEWS
Просмотреть файл

@ -64,7 +64,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* File.stat, File.exist?, and other rb_stat()-using methods release GVL
[Bug #13941]
* File.rename releases GVL [Feature #13951]
* File::Stat.{atime,mtime,ctime} support fractional second timestamps on
* File::Stat#{atime,mtime,ctime} support fractional second timestamps on
Windows 8 and later [Feature #13726]
* File::Stat.ino and File.indentical? supports ReFS 128bit ino on Windows 8.1
and later [Feature #13731]