From: Andrew Walrond Date: 2005-05-05T23:54:21+09:00 Subject: Re: Whats so different about a Hash? On Thursday 05 May 2005 15:45, Andrew Walrond wrote: > > > def eql?(other) > > > self.hash === other.hash > > > end Actually, self == other is the obvious choice I suppose. I was momentarily confused by something in Adriano's earlier reply :) Andrew