Subject: [ruby-talk:20225] ordered hash
From: Joseph McDonald <joe vpop.net>
Date: Fri, 24 Aug 2001 09:31:03 +0900
Has anyone implemented an OrderedHash in ruby? That is:
Hash.each { } will return items in the order that they were
inserted. Just want to avoid re-inventing the wheel.
thanks,
-joe