def foo(array)
  array.each_with_index \
      do
    bar
  end
