Sort strings and numbers in Ruby

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2009-12-23T22:22:41Z Indexed on 2010/04/02 1:43 UTC
Read the original article Hit count: 378

Filed under:
|

I want to sort an array by strings first and then numbers. How do I do this?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about sorting