Mega Code Archive

 
Categories / Ruby / Method
 

1 upto(5) { code to loop here }

1.upto(5) { puts "Test" }