Mega Code Archive

 
Categories / Ruby / Range
 

Convert range to array

(1..9).to_a # => [1, 2, 3, 4, 5, 6, 7, 8, 9]