From: "Kroeger Simon (ext)" Date: 2005-09-28T22:14:43+09:00 Subject: Re: creating independent lambdas in loops > -----Original Message----- > From: Michael Roth [mailto:mroth@nessie.de] > Sent: Wednesday, September 28, 2005 3:12 PM > To: ruby-talk ML > Subject: Re: creating independent lambdas in loops > > Michael Roth wrote: > > > Already tried. Doesn't work... :-\ > > Argh, stop. Looks like it works. But only if 'multi' doesn't appears > somewhere before the each-loop. Completely true. If a variable of that name is already defined it is used (and no local variables are created). cheers Simon