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

Mention warning of $,

see [r67606](3ee0648dc7)
This commit is contained in:
Kazuhiro NISHIYAMA 2019-04-25 23:46:37 +09:00
parent 2272cb00ea
commit 790f6709ae
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

3
NEWS
View file

@ -39,6 +39,9 @@ sufficient information, see the ChangeLog file or Redmine
* Setting <code>$;</code> to non-nil value is warned now. Use of it in
String#split is warned too.
* Setting <code>$,</code> to non-nil value is warned now. Use of it in
Array#join is warned too.
=== Core classes updates (outstanding ones only)
Enumerable::