Re: Class:Hash

mathew <[email protected]> Sun, 12 Dec 2010 09:36:46 -0600
Newsgroups gmane.comp.lang.ruby.documentation
Message-ID <[email protected]>
Regarding  "Hashes enumerate their values in the order that the
corresponding keys were inserted":

Is it really a good idea to specify the order in which keys are
returned? That could have major implications later on if someone wants
to rewrite Hash to increase performance.


mathew