From: Me Me Date: 2008-09-18T18:42:50+09:00 Subject: Preserve insert order in a Hash Hi, I would like to know if it's possible to insert values in a Hash and then extract all of them in the same insertion order. I noticed that if I then try to print the content of an Hash using "each" the order is not the same as the insertion. Thanks -- Posted via http://www.ruby-forum.com/.