From: Brian Mitchell Date: 2004-12-04T18:49:01+09:00 Subject: Re: Ruby 2.0 On Sat, 4 Dec 2004 14:12:40 +0900, Joe Van Dyk wrote: > When is Ruby 2.0 due? Or estimated due date? > > Where could I find info on this? As has been hinted at: I will be done as soon as someone makes it. A number of projects are on their way to that. YARV being one of them. I don't know if 1.9 will ever become stable 2.0 in this case. It seems to just be a proving ground for features. This is all my speculation. Anyone else have any hard facts or plans? Brian Mitchell --- 32.times{|y|print" "*(31-y);(y+1).times{|x|print" #{~y&x==0?"A":"."}"};puts}