Class info
Array
An Array is an ordered, integer-indexed collection of objects, called elements. Any object may be an Array element.
Included methods
Class methods
These are methods that can be called on the class directly like Array.new
Instance methods
These are methods that can be called on an object (instance of an class)