From: Brad Tilley Date: 2006-11-07T22:14:58+09:00 Subject: dividing an array Say I have an array that contains 144 strings. I want to divide the array into 12 sub-arrays each containing 12 strings. What is the Ruby Way of doing this? I've looked at slice array[0..11] etc, but that seems a bit clunky. Thank you, Brad