Tk.exit ? On Sun, 12 Dec 2004 12:38:38 +0900, R. Mark Volkmann <mark / ociweb.com> wrote: > How can I exit a Ruby application that uses Tk without getting the following > message? > > "This application has requested the Runtime to teminate it in an unusual > way." > > Using Kernel#exit gives me this message. > > -- $stdout.sync = true "Just another Ruby hacker.".each_byte do |b| ('a'..'z').step do|c|print c+"\b";sleep 0.007 end;print b.chr end; print "\n"