How to combine multiple arrays of the same size in ruby

后端 未结 2 1910
余生分开走
余生分开走 2021-01-19 11:31

If I have 3 or more arrays I want to combine into one, how do I do that in ruby? Would it be a variation on zip?

For example, I have

a = [1, 2, 3] b =

2条回答
提交回复
热议问题