#!/usr/bin/env ruby # -*- coding: utf-8 -*- print "お湯を入れました\n" nokori = 3 while nokori > 0 sleep(60) nokori = nokori - 1 end puts "いただきまーす!\n"