Yukihiro Matsumoto writes:
> Hi,
> 
> In message "[ruby-talk:00871] call with a Proc"
>     on 99/10/28, Clemens Hintze <c.hintze / gmx.net> writes:
> 

[...]

> the block { <do something> } is passed to Proc.new only, no other
> method invocation receives that block.  An method which is block
> unaware is silently ignore block.

[...]

> 
> In fact, the Proc making methods (proc, lambda, Proc.new) do not
> consume the block.  For exapmle,

Okay! I was inaccurate. Sorry! I have meant what you've told! :-)

[...]

>                                                         matz.

\cle