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’
but i’m almost sure Ruby has a better way to do that!?
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’
but i’m almost sure Ruby has a better way to do that!?