Mark Van Holstyn wrote: > being able to do... > > a << :arg1, :arg2 > > is just syntax sugar for doing... > > a.<<( :arg1, :arg2 ) > > Using the first version however only works with one argument. > > mark Right. The issue I have is more with the implications of that and how operator overriding works. -- Posted via http://www.ruby-forum.com/.