Statement Ruby

for element in ['a', 'b', 'c']
  puts element
end
# a
# b
# c