to_a -> Array
ベクトル(Vector)から配列 (Array) に変換します。
require 'matrix' p Vector[2, 3, 5].to_a # => [2, 3, 5]