diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-12 15:01:08 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-12 15:01:08 +0000 |
commit | eccdc515d52393f5b30fc73032b09c41b71acfe7 (patch) | |
tree | 574f7157c2a9462f712740502d09565726a0fdb1 /NEWS | |
parent | 38054f99aaf6872e9ebcf683ac7c230a9926ed6f (diff) | |
download | ruby-eccdc515d52393f5b30fc73032b09c41b71acfe7.tar.gz |
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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |