From: Joe Van Dyk Date: 2004-12-04T14:12:40+09:00 Subject: Re: Using yield Sam Stephenson wrote: > On Sat, 4 Dec 2004 09:32:39 +0900, Joe Van Dyk > wrote: >> When do you use the 'yield' statement in code? > > When you want to write methods that take blocks. Yes. What types of methods generally should take blocks? Joe