[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Yield should be renamed call_block

Yukihiro Matsumoto

7/9/2007 2:18:00 PM

Hi,

In message "Re: Yield should be renamed call_block"
on Mon, 9 Jul 2007 22:14:01 +0900, Bertram Scharpf <lists@bertram-scharpf.de> writes:

|Am Montag, 09. Jul 2007, 21:06:58 +0900 schrieb Yukihiro Matsumoto:
|> [...] would go like this
|>
|> def ntimes(n, &b)
|> n.times do
|> b.yield
|> end
|> end
|
| s/yield/call/

You can. They are mere aliases.

matz.