From: Hal Fulton Date: 2007-08-02T15:38:15+09:00 Subject: Re: ordered hashes/ yaml? Joel VanderWerf wrote: > > You can monkey-patch Hash to do it: Do you really use that term that way? I wince when I read it. ;) > class Hash [snip] But that sorts the keys... wouldn't he have to add a field to each key on which to sort, if he wanted to preserve original order? Hal