Changed behavior on windows platforms too [ci skip]

at 61aff0cd189e67fa6f2565639ad0128fa33b88fc [Bug #15267]
This commit is contained in:
Kazuhiro NISHIYAMA 2019-12-23 00:16:51 +09:00
parent d339de9d1a
commit 1bf8d5e979
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

3
NEWS
View File

@ -308,8 +308,7 @@ File::
Modified method::
* File.extname now returns a dot string at a name ending with a dot on
non-Windows platforms. [Bug #15267]
* File.extname now returns a dot string at a name ending with a dot. [Bug #15267]
File.extname("foo.") #=> "."