From: Aaron Smith Date: 2007-03-11T00:57:54+09:00 Subject: Re: ruby / php operator differences. Brian Candler wrote: > On Sat, Mar 10, 2007 at 01:55:19PM +0900, Aaron Smith wrote: >> > int = int.|(0x10000000) # infix operator is really method call on >> >> is it neccessary to have assignment portion? as in: >> int.send(:|,0x1000000), does this take out the need for (int=) > ................. Ah, yes that makes sense. Thanks. -- Posted via http://www.ruby-forum.com/.