Hi, At Mon, 16 May 2005 04:00:48 +0900, Eric Mahurin wrote in [ruby-talk:142729]: > I just put in a RCR that allows for a little more syntax sugar. > The proposal is just to make: > > object.attribute(arguments) = expression > > to be equivalent to: > > object.send(:attribute=,arguments,expression) I'd tried it once and found it was so tough to let yacc swallow it. But will try again later. -- Nobu Nakada