Bill Kelly wrote: > Note there's no access to outer scope variables at all in > this case, thus the inner "a = 11" instead of "a = a + 1". > > > :( yeah, that doesn't quite fly for my purpose - i want an initialization from current scope, then no impact on the parent scope. -- Posted via http://www.ruby-forum.com/.