1
0
Fork 0
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:
Nobuyoshi Nakada 2020-04-10 17:28:02 +09:00
parent 900e83b501
commit 878e21c6cd
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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