From: Yukihiro Matsumoto Date: 2007-06-24T23:52:42+09:00 Subject: Re: Ruby 1.9 : What is the use for Proc#yield Hi, In message "Re: Ruby 1.9 : What is the use for Proc#yield" on Sun, 24 Jun 2007 07:12:20 +0900, "Gregory Brown" writes: |I'm reading through Mauricio's list of changes[0] to Ruby 1.9 and |having trouble with understanding the point of Proc#yield It's mere alias to call, just to describe the intention to invoke it as a block passed. matz.