Statement Ruby

# Starting with zero, the times method iterates value times.
10.times { |i| print i, " " }