there is a TreeMap class in ruby like the one in JAVA?
I need a Hash like data structure that save for me the order of the input, so when i iterate on the data it will organize as i want.
the data is not from a data source like DB or XML - it's hard coded!
thanks a lot!





Bookmarks