From: Joel VanderWerf Date: 2009-01-16T03:46:11+09:00 Subject: Re: 10 things to be aware of in 1.8 -> 1.9 transition Brian Candler wrote: > Joel VanderWerf wrote: >> There is a small bug in the text though: >> >> x = 1 >> {|x| } >> >> Maybe there should be an "x=3" in the block? > > No, it's correct as it is. Well, it's correct *now*: x = 1 [2,3].each {|x| } (it wasn't even parsing before) -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407