# File lib/backports/1.9.2/stdlib/matrix.rb, line 1309
  def to_a
    @rows.collect(&:dup)
  end