5.times() {|i| puts i}2.times() {puts '2times'}3.upto(5) {|item| puts item}
Standard input is empty
0 1 2 3 4 2times 2times 3 4 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!