From: Jano Svitok Date: 2007-05-10T05:18:39+09:00 Subject: Re: Syntax in Ruby 2.0 On 5/9/07, Japh07 wrote: > Hi everybody, > > I'm starting learning Ruby for a couple of weeks now and I've heard that > Ruby 2.0 is in the making and maybe coming out this year. That brings me > to the following question: > Does anybody know if the syntax in Ruby 2.0 is going to change a lot or > not? > > Did some search in Google, didn't found anything about it YET. > Hope you guys can help me with answer. > > Thanks in advance. > > ilias So far there's no Ruby 2.0, all we have is 1.9 and when the time comes, it will become 2.0. That means something of current 1.9 features will eventually go to 2.0. For current state of 1.9 see: http://eigenclass.org/hiki/Changes+in+Ruby+1.9 Jano