Exception: MatrixErr::NoSquareMatrix
- Inherits:
-
Matrix_Error
- Object
- StandardError
- Matrix_Error
- MatrixErr::NoSquareMatrix
- Defined in:
- lib/matrix_gem/matrix_err.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
28 29 30 |
# File 'lib/matrix_gem/matrix_err.rb', line 28 def "Matrix should be squared!" end |