From: "Nicolas Desprès" Date: 2006-07-25T22:47:15+09:00 Subject: Re: Hash order bug? On 7/25/06, Javier Valencia wrote: > I have this piece of simple code: > > ---------------------------------------------- > def foo > return 5 > end > > a = {:gr => false, :und => false, :det => true, :sta => false, :inv => > false} > puts a.inspect > ---------------------------------------------- > > when I execute it i get a totally unordered hash: > by definition a hash table is not ordered. [...] -- Nicolas Despr�s