Array of Objects?

you had an answer in the other message,
but that message missed a thing:

you JUST can make an array of objects in ruby, cause everything is an
object :slight_smile:

···

il Fri, 7 Mar 2003 18:50:03 +0100, “Frank Thomas” root@sparkynet.de ha scritto::

Hi@all!

Is it possible to make an array of objects with ruby? I thought of making a
kind of address-manager. It uses a class “Contact”, which contains the main
data. now i want to make a class “Abook” which can make many instances of
the class “Contact”. If there is not the possibility of using arrays, what
other options exist??

TIA,

Frank Thomas