From: Matthew Kerwin Date: 2013-07-30T08:35:59+09:00 Subject: Re: Working through Ch.10 for learning to program 2.0 (Chris Pine) This sounds like fun. I've written a one-line iterative insertion sort, that sorts an array of any object that implements #>= It's 71 characters, plus the name of the array variable. It's also O(n*n) -- Posted via http://www.ruby-forum.com/.