From: Glenn Date: 2008-10-01T06:56:32+09:00 Subject: Mode method for Array --0-483049116-1222811851=:96587 Content-Type: text/plain; charset=us-ascii Hi, I'd like to write a get_mode method for the Array class. The method would return an array of the most frequently occurring element or elements. So [3, 1, 1, 55, 55].get_mode would return [1, 55]. I have a way to do this but I don't know if it's the best way. I was wondering if anyone had any suggestions? Thanks! --0-483049116-1222811851=:96587--