diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-04-18 09:34:40 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-04-18 09:34:40 +0000 |
commit | 4d1f86a1ffceb3323b4e2fac82dfc40c5a382e9e (patch) | |
tree | ab728d5925c7d423c37a45250808a0303754dbe5 /NEWS | |
parent | eb3d3dfcc1ad61cb3040acfdf41f71c228b892e4 (diff) | |
download | bundler-4d1f86a1ffceb3323b4e2fac82dfc40c5a382e9e.tar.gz |
string.c: warn non-nil $;
* string.c (rb_str_split_m): warn use of non-nil $;.
* string.c (rb_fs_setter): warn when set to non-nil value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ sufficient information, see the ChangeLog file or Redmine ary[..3] # identical to ary[0..3] where(sales: ..100) +* Setting <code>$;</code> to non-nil value is warned now. Use of it in + String#split is warned too. + === Core classes updates (outstanding ones only) Enumerable:: |