= private = protected
square?()
Returns true if this is a square matrix.
# File lib/matrix.rb, line 860 def square? column_count == row_count end