# File lib/backports/1.9.2/stdlib/matrix.rb, line 1556
  def Vector.[](*array)
    new convert_to_array(array, false)
  end