Daniel Liebig wrote: > Hi there, > > i'm pretty new to Ruby. I searched 'Programming Ruby' and the online > documentation but couldn't find a solution. So please forgive me my > simple question ;). > > I just want to add a new value / object to an existing array. Right now > i'm using > > a[a.length] = 'foo' > a << 'foo' or a.push('foo') -- Alex