# File lib/backports/1.9.2/stdlib/matrix.rb, line 713
  def square?
    column_size == row_size
  end