Yukihiro Matsumoto wrote: > |In my opinion, foo{|a|...}{|b|...} had better be semantically equivalent to foo(){|a|...}(){|b|...} > |at this time. What do you think? > > I'm not sure how I can interpret foo(){|a|...}(){|b|...} as a valid > Ruby code. Would you like to use foo{|a|...}{|b|...} instead of foo(){|a|...}(){|b|...}? I'd like to know if you are interested in method call with multiple blocks. -- Takaaki Tateishi <ttate / ttsky.net>