Nicolas Benady wrote: > 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 > items.delete_at(3) Just like in the documentation. -- Paul Lutus http://www.arachnoid.com