mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
R-assign is still experimental [Feature #15921] [ci skip]
This commit is contained in:
parent
900e83b501
commit
878e21c6cd
1 changed files with 2 additions and 1 deletions
3
NEWS.md
3
NEWS.md
|
@ -38,7 +38,8 @@ sufficient information, see the ChangeLog file or Redmine
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue