Inherits Enumerable < Struct < Value < Object
Must yield this collection's elements to the block.
Returns an Array with all the elements in the collection.
Array
(1..5).to_a # => [1, 2, 3, 4, 5]