Mega Code Archive

 
Categories / Ruby / Method
 

10 downto(5) { code to loop here }

10.downto(5) { puts "Test" }