Subject: [ruby-talk:11893] Re: rewrite with Ruby
From: ts <decoux moulon.inra.fr>
Date: Fri, 2 Mar 2001 20:46:37 +0900
References:
In-reply-to: message from Max Ischenko on Fri, 2 Mar 2001 20:40:03 +0900
>>>>> "M" == Max Ischenko <max / malva.com.ua> writes:
M> def patchFile(fname, &block)
M> IO.foreach(fname) block
^^^^^
&block
M> end
You have forgotten `&'
Guy Decoux