ruby-changes:60730
From: Nobuyoshi <ko1@a...>
Date: Fri, 10 Apr 2020 17:35:22 +0900 (JST)
Subject: [ruby-changes:60730] 878e21c6cd (master): R-assign is still experimental [Feature #15921] [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=878e21c6cd From 878e21c6cd8a4291577cd7988505479f49ebea91 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 10 Apr 2020 17:28:02 +0900 Subject: R-assign is still experimental [Feature #15921] [ci skip] diff --git a/NEWS.md b/NEWS.md index d3ca3d9..5b85ba4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -38,7 +38,8 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L38 instead of a warning. yield in a class definition outside of a method is now a SyntaxError instead of a LocalJumpError. [[Feature #15575]] -* Rightward assignment statement is added. [[Feature #15921]] +* Rightward assignment statement is added. [EXPERIMENTAL] + [[Feature #15921]] ```ruby fib(10) => x -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/