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