2015-03-10 13:27 GMT+01:00 Peter Uhn��k <i.uhnak@gmail.com>:On Tue, Mar 10, 2015 at 1:23 PM, Joachim Tuchel <jtuchel@objektfabrik.de> wrote:#doWithIndex: ?��doWithIndex: elementAndIndexBlock"Use the new version with consistent naming"^ self withIndexDo: elementAndIndexBlock
And one has to guess that elementAndIndexBlock means[:each :i | ... ] ? (and of course not [:i :each | ... ] )
I'm always looking for senders with that type of code ;) arguments to blocks are usually not documented.