# File lib/backports/1.9.2/stdlib/matrix.rb, line 140
  def Matrix.[](*rows)
    rows(rows, false)
  end