标签: ruby
最好不要像这样连接each和with_index
each
with_index
array.each_with_index { ... }
或连接是否完全可以接受?
array.each.with_index { ... }