From: Nicolas Benady Date: 2006-08-20T16:49:06+09:00 Subject: Remove from an array Hello, I have an array, let's name it items[] I want to remove an object in a elegant way items.remove(3) does not work How should I do ? Thanks -- Posted via http://www.ruby-forum.com/.