APIdock / Ruby
/
method

clone

ruby latest stable - Class: Vector
clone()
public

Returns a copy of the vector.

# File lib/matrix.rb, line 1873
 def clone
 self.class.elements(@elements)
 end

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