= private = protected
clone()
Return a copy of the vector.
# File lib/matrix.rb, line 1659 def clone self.class.elements(@elements) end