Statement Ruby

for element in (1..3)
  puts element
end
# 1
# 2
# 3