ruby-changes:55531
From: Kazuhiro <ko1@a...>
Date: Thu, 25 Apr 2019 23:47:15 +0900 (JST)
Subject: [ruby-changes:55531] Kazuhiro NISHIYAMA:790f6709ae (trunk): Mention warning of `$, `
https://git.ruby-lang.org/ruby.git/commit/?id=790f6709ae From 790f6709ae418345829d12f053cf270f4d535f1c Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Thu, 25 Apr 2019 23:46:37 +0900 Subject: Mention warning of `$,` see [r67606](https://github.com/ruby/ruby/commit/3ee0648dc7a5465b2cbadd7246fc2edbd676d759) diff --git a/NEWS b/NEWS index fbd8082..89565e7 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,9 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS#L39 * 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:: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/