sort_by is not a stable sorting method (ruby 1.9.2 p0) I am doing word statistics in a text file. I have a long array of entries [word, number], sorted by alphabetic order on word. When I sort on number, entries with the same number are shuffled. _md -- Posted via http://www.ruby-forum.com/.