diff options
| -rw-r--r-- | doc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +: Multiple assignment behavior + + Fixed so that "*a = nil" results in "a == []". + : Array expansion Fixed with the following behavior: |
![]() |
index : ruby.git | |
| Ruby GIT repository | Jeroen van Meeuwen |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | doc/NEWS | 4 |
@@ -1,3 +1,7 @@ +: Multiple assignment behavior + + Fixed so that "*a = nil" results in "a == []". + : Array expansion Fixed with the following behavior: |