1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Changed behavior on windows platforms too [ci skip]

at 61aff0cd18 [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.") #=> "."