From: Tim Hunter Date: 2007-03-09T05:49:50+09:00 Subject: Re: Looping through array, deleting elements dkmd_nielsen wrote: > My idea of looping through an array, interrogating elements that are > of class instruction, and deleting the element does not appear to work > as I thought. I think I know why. What is the best solution? What about the Array#delete_if method? -- Posted via http://www.ruby-forum.com/.