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

NEWS: add reference for [Feature #14405]

This commit is contained in:
Marcus Stollsteimer 2019-12-23 14:46:58 +01:00
parent de1a462454
commit 9a42e0c7ed

4
NEWS
View file

@ -578,8 +578,8 @@ OptionParser::
Pathname::
* Delegates 3 arguments from Pathname.glob to Dir.glob to
accept +base+ keyword.
* Pathname.glob now delegates 3 arguments to Dir.glob
to accept +base+ keyword. [Feature #14405]
Racc::