APIdock / Ruby
/
method

to_a

ruby latest stable - Class: Vector
to_a()
public

Returns the elements of the vector in an array.

# File lib/matrix.rb, line 2088
 def to_a
 @elements.dup
 end

AltStyle によって変換されたページ (->オリジナル) /