ruby-talk ML wrote: > Gavin Kistner wrote: > > > There are few things that make me cry about Ruby, but of those that > > do, few make me cry more than the current situation with Methods/ > > UnboundMethods/Procs/blocks/lambdas. It's workable, but it really > > isn't elegant. (IMO) > > As a relative newcomer to Ruby, I would appreciate hearing you elaborate > on this point. Search the ruby-talk archives and you'll find a good bit about it. Basically we have four/five differnt entities that are all almost but not quite the same things. Hopefully Rite/Ruby2 will simplify this some. T.