From: Josselin Date: 2007-06-04T00:50:29+09:00 Subject: Re: delete in Array (if exist) and count On 2007-06-03 16:35:16 +0200, Tim Hunter said: > Josselin wrote: >> I am trying to delete an element from an array if it exists and count >> the number of item afterwards >> > How about using Array#delete_if? that's exact�ly what I want... I read the API doc, I look into the delete.. but why I stop before the delete_if ????? thanks a lot .. Joss