that’s good
You could:
use an upto loop or something else where you control the counter
slice the array to exclude the first one, then use each
use each_with_index and use next when the index is 0
that’s good
You could:
use an upto loop or something else where you control the counter
slice the array to exclude the first one, then use each
use each_with_index and use next when the index is 0