From: Eric Mahurin Date: 2005-05-16T04:00:48+09:00 Subject: RCR 307: allow attributes to take arguments for assignment 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) This would just be a nice-to-have RCR in my opinion as you can use standard methods instead. But, it does seem like Rubyish syntax. Here is the link if you are interested: http://www.rcrchive.net/rcr/show/307 __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail