From: Robert Klemme Date: 2005-01-13T05:06:16+09:00 Subject: Re: Variable Arguments "Bill Atkins" schrieb im Newsbeitrag news:66b7e34b0501121133375ec6c9@mail.gmail.com... > Guess that's why they call him the Mystifier.... :) LOL Although.... It appears to me that *he* calls *himself* so. :-))) Cheers robert > > On Wed, 12 Jan 2005 18:21:16 +0900, Robert Klemme > wrote: >> Florian, I'm as confused as you. After all, ArgumentError is a runtime > > -- > $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" > >