Although do and end are encouraged for multiple-line code blocks, curly brackets make the code easier to read on a single line.
5.times { puts "Test" }