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

NEWS: Removal of Kernel#=~ [Feature #15231]

This commit is contained in:
Nobuyoshi Nakada 2022-01-05 18:18:43 +09:00
parent 54198c7b97
commit 1272a331b4
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -61,6 +61,7 @@ The following deprecated methods are removed.
* `Dir.exists?` * `Dir.exists?`
* `File.exists?` * `File.exists?`
* `Kernel#=~` [[Feature #15231]]
## Stdlib compatibility issues ## Stdlib compatibility issues
@ -95,4 +96,5 @@ The following deprecated APIs are removed.
## Miscellaneous changes ## Miscellaneous changes
[Feature #15231]: https://bugs.ruby-lang.org/issues/15231
[Feature #18351]: https://bugs.ruby-lang.org/issues/18351 [Feature #18351]: https://bugs.ruby-lang.org/issues/18351