From: MonkeeSage Date: 2007-11-20T20:35:01+09:00 Subject: Re: Hash -> Struct On Nov 19, 5:58 am, Trans wrote: > On Nov 19, 3:15 am, MonkeeSage wrote: > > > It's "reliable" given the default implementation, but it is not > > guaranteed for all implementations (even if the current jruby > > implementaton works). Bottom line is, don't rely on implementation > > details for your code to go through (if you can help it). > > Not for long though. I'm under the impression that as of 1.9, > insertion order is going to be "spec". > > T. Yeah, but that's still just Nobu's implementation. Until we have a solid, implementation independent grammar (http://rubyforge.org/ projects/rubygrammar seems to be stalled), you're relying on implementation details. But that may be all we have for a while. As long as you're aware of that fact, go for it. :) Regards, Jordan