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

NEWS of [Feature #12194] [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-03-15 20:05:03 +09:00
parent 9e5105ca45
commit 18a3bf5a0e
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -21,6 +21,11 @@ Outstanding ones only.
* Enumerator::Lazy#compact is added. [[Feature #17312]]
* File
* File.dirname now accepts an optional argument for the level to
strip path components. [[Feature #12194]]
* Module
* Module#prepend now modifies the ancestor chain if the receiver