#!/usr/koeki/bin/ruby 10.downto(1) do |start| printf("%d 秒前 \n", start) sleep(1) end print("発射します \n")