mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 23:23:55 +00:00
commit
0d211d3419
@ -413,7 +413,7 @@ end
|
|||||||
|
|
||||||
# Destructuring
|
# Destructuring
|
||||||
|
|
||||||
# Ruby will automatically destrucure arrays on assignment to multiple variables:
|
# Ruby will automatically destructure arrays on assignment to multiple variables:
|
||||||
a, b, c = [1, 2, 3]
|
a, b, c = [1, 2, 3]
|
||||||
a #=> 1
|
a #=> 1
|
||||||
b #=> 2
|
b #=> 2
|
||||||
|
Loading…
Reference in New Issue
Block a user