Destructuring in a Ruby block when using index
Without using index
I was able to destructure the first and second elements of an Array of Arrays like so:
Without using index
I was able to destructure the first and second elements of an Array of Arrays like so: