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

NEWS: Removed constants

This commit is contained in:
Nobuyoshi Nakada 2022-01-02 15:05:02 +09:00
parent 462079611a
commit 6f53425825
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -43,6 +43,12 @@ Note: Excluding feature bug fixes.
### Removed methods
The following deprecated constant is removed.
* `Random::DEFAULT`
* `Struct::Group`
* `Struct::Passwd`
The following deprecated methods are removed.
* `Dir.exists?`