Search Results

0
votes

Differences in instance_eval behaviour between Ruby 1.9.1 and 1.8.6 ?

I think it [at least currently] doesn't return self, either. …
1
vote

How do Enumerators work in Ruby 1.9.1?

As the other posters noted, I believe it creates its own private "fiber" [in 1.9]. In 1.8.7 (or 1.8.6 if you use the backports gem) somehow or other it does the same thing (perhaps because all thre …