k, great. When does that come out ? I tried googling a 1.9.2 to 1.9.3 breakdown but could not find anything i.e. for free , Peter Cook has a vid on that. I have a 1.9.3 focused book that mentions throughout the book. In my case when I was flipping back between 1.9.2. and 1.9.3 that thing that bit me was the new hash syntax when using symbols as the key which was a case of me just liking it much better. Its more of a json smalltalk feel e.g. checkout this rspec snippet:
it "should do a new hash thing" do
({name: 'charles', dog: 'kenya'}[:name]).should == 'charles'
end
i.e. don't have to do the rocket hash , and it also then allows one to write code like this :
analyze data: dataset , from: start_date to: end_date
i.e. where the method #analyze in this case takes one argument hash {data: dataset, from: start_date, to: end_date}
you can also splat the hash at the tail of the argument list.
I see what you mean by Mac support , since I in one dev location have the Mac to use that would still then entails using Parallels i.e. I only have that one dev machine and maybe that's what I need to do if the pay off is big enough.
Finally I have been reading about MacRuby mostly because I hope that it will one day support iOS , in the meanwhile I need to use Xcode.
BTW, I will gladly test Ris 2.1 for you all
