Subject: Re: newbee question about "missing" hash methods +, += and <<
From: ts <decoux moulon.inra.fr>
Date: Wed, 28 Jan 2004 01:39:01 +0900
References: 907709077690778
In-reply-to: 90778
>>>>> "H" == Hal Fulton <hal9000 / hypermetrics.com> writes:
H> In other words, I expect + to be commutative always. But probably
H> someone will now show me a case where it is not in Ruby. :)
ruby -e 'p [1]+[2]==[2]+[1]'
Guy Decoux