Mega Code Archive

 
Categories / Ruby / Array
 

You can add things to the end of the array by pushing data into it

x = [] x << "Word" puts x