Describe about Pathname.glob.

This commit is contained in:
Tanaka Akira 2019-07-14 17:44:33 +09:00
parent 4d9504fe13
commit 5786df12f5

5
NEWS
View File

@ -203,6 +203,11 @@ open-uri::
* Warn open-uri's "open" method at Kernel.
Use URI.open instead.
Pathname:
* Delegates 3 arguments from Pathname.glob to Dir.glob to
accept base: keyword.
Racc::
* Merge 1.4.15 from upstream repository and added cli of racc.