Skip to content
Peter Ajtai edited this page Jun 2, 2012 · 10 revisions

Arrays are collections. They are not a predetermined size, and they can be added to dynamically:

# this method
my_array.push my_thing
# is the same as this method
my_array << my_thing

Linked from:

Ruby

Total of 183 pages.
Total of 67 pages not in main tree.
Total of 147 nodes.
This Sidebar and the "Linked From" sections created by Wiki Buddy
The full tree is at _WB-Full-Tree

Clone this wiki locally