From: "Hanmac (Hans Mackowiak)" Date: 2013-04-03T14:49:51+09:00 Subject: [ruby-core:53943] [ruby-trunk - Feature #8190] Truly parallel assignment Issue #8190 has been updated by Hanmac (Hans Mackowiak). =begin ((%Lavir_the_Whiolet when you change this you will break code like%)) (({a,b = b,a})) wich is a feature of ruby ---------------------------------------- Feature #8190: Truly parallel assignment https://bugs.ruby-lang.org/issues/8190#change-38153 Author: Lavir_the_Whiolet (Lavir the Whiolet) Status: Open Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: core Target version: =begin i = 0 s = [1,2,3] i, s[i] =s[i], 7 p s #=> [1, 7, 3] s is expected to be [7, 2, 3]. =end -- http://bugs.ruby-lang.org/