From: Doug H Date: 2006-01-03T07:27:57+09:00 Subject: Re: Implicit block parameter? I think he wants this for any single parameter block though, not just arrays. What about automatically creating aliases, too? Like where you put "alias :each1 :each", have it automatically create an alias ":old_methodname" whenever you overwrite an existing method (replace "methodname" with actual name"). ..