Returns true if this is a square matrix.
true
859 860 861
# File 'lib/matrix.rb', line 859 def square? column_count == row_count end