> Hashes enumerate their values in the order that the corresponding keys were inserted.
from http://www.ruby-doc.org/core/classes/Hash.html
So, hashes can be considered ordered in 1.9. It's a mistake to corrupt the data structure, in my opinion, but apparently that boat has now sailed. Thanks for the prod to recheck and sorry about the outdated info.
> Hashes enumerate their values in the order that the corresponding keys were inserted.
from http://www.ruby-doc.org/core/classes/Hash.html