Evan Phoenix wrote: > Not to throw the whole thread into a tizzy again, but why again is: > > ->(a,b) { } # stabby proc > > better than > > def(a,b) { } # anonymous def shouldn't that be def(a,b) ... end otherwise it introduces again a bit of inconsistency. And then "def" is used for methods, not procs. Despite, I like the syntax :) Regards, Michael