From: David Masover Date: 2009-02-21T07:30:11+09:00 Subject: Re: difference between {} and do/end Jeff Schwab wrote: > I'm coming back to Ruby after a couple years away, and finding I've > forgotten some of the basics. What's the difference between { ... } > blocks and do ... end blocks? Another difference is that {} can be confused with a hash literal. I can't think of a good example where it's actually ambiguous, though.