fork download
  1. for i in (10..31).step(2) do
  2. puts i * 0.1
  3. end
Success #stdin #stdout 0.01s 7416KB
stdin
Standard input is empty
stdout
1.0
1.2000000000000002
1.4000000000000001
1.6
1.8
2.0
2.2
2.4000000000000004
2.6
2.8000000000000003
3.0