# File lib/modai_prct12/matrizAbstracta.rb, line 24 def initialize(matriz) @matriz = matriz @filas = matriz[0].size @columnas = matriz[0].size end