# File lib/backports/1.9.2/stdlib/matrix.rb, line 1564
  def Vector.elements(array, copy = true)
    new convert_to_array(array, copy)
  end