ruby-changes:49067
From: kazu <ko1@a...>
Date: Wed, 13 Dec 2017 00:37:02 +0900 (JST)
Subject: [ruby-changes:49067] kazu:r61176 (trunk): atime, mtime, ctime of File::Stat are instance methods
kazu 2017-12-13 00:01:08 +0900 (Wed, 13 Dec 2017) New Revision: 61176 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61176 Log: atime,mtime,ctime of File::Stat are instance methods [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 61175) +++ NEWS (revision 61176) @@ -64,7 +64,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L64 * 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] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/