Hi,
In message "Re: Fixnum <=> confusion"
on Wed, 6 Oct 2004 16:43:05 +0900, Robert Evans <robert.evans / acm.org> writes:
|Now, if I call 1<=>2 then count increments. Does this mean that Fixnum
|sorting does not call those operators? Thanks for any help.
sort skips <=> calls for fixnums to gain performance.
matz.