Threads Ruby

3.downto(1) { |i| puts "#{i}..."; sleep(1) }; puts "Go!"