From: Jeremy Henty Date: 2005-06-29T07:10:40+09:00 Subject: Re: yield does not take a block In article <20050628215637.45029.qmail@web41129.mail.yahoo.com>, Eric Mahurin wrote: > What I don't like ... is that you have no control over whether the > block is not allowed, optional, or required. What's wrong with: def i_hate_blocks raise "blocks suck" if block_given? end Regards, Jeremy Henty