Hi,
In message "[ruby-talk:12664] Re: Order, chaos, and change requests :)"
on 01/03/15, "Guy N. Hurst" <gnhurst / hurstlinks.com> writes:
|What about this:
|
|array.each {<|i|> .... }
Hmm.
|As far as my post in ruby-talk:12563, this approach would handle
|the 'shadowed parameters' and 'imports', but not the 'exports'.
I personally don't prefer the concept of exporting local variable out
of closed scope. Maybe my feeling was caused by misunderstanding.
matz.