From: robertj Date: 2005-10-17T02:46:56+09:00 Subject: Re: Anonymous methods, blocks etc. (Cont. 'default block params') hi, are there any non obvious issue why blocks, anonymous methods and methods could or should not be unified? i find it very ugly that i have to call a proc like this aproc.call or aproc[] instead of aproc(). unification of all those constructs would be really great. btw will be possible to get a handle on a instance method in ruby 1.9/2.0 something like this: aproc = &anInstance.method and then of course aproc() ciao robertj