Exception: MatrixErr::NoSquareMatrix

Inherits:
Matrix_Error
  • Object
show all
Defined in:
lib/matrix_gem/matrix_err.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



28
29
30
# File 'lib/matrix_gem/matrix_err.rb', line 28

def message
  "Matrix should be squared!"
end