From: gwtmp01@... Date: 2005-10-28T02:09:26+09:00 Subject: Re: obj() On Oct 27, 2005, at 10:58 AM, nobu.nokada@softhome.net wrote: > (obj)("a", "b") # now does work in 1.9 Is this short hand for: obj.call("a", "b") I assume the parens are required to avoid interpreting the code as self.obj("a", "b") Gary Wright