From: Bill Atkins Date: 2005-01-12T00:46:52+09:00 Subject: Re: Send this to ruby-talk-ctl@ruby-lang.org On Wed, 12 Jan 2005 00:36:55 +0900, James Sullivan wrote: > unsubscribe > > -- > U.I.O.G.D. > James Sullivan > > -- $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"