# File lib/modai_prct12/matrizDispersa.rb, line 6 def initialize(matriz) @matriz = matriz @filas = matriz.size @columnas = matriz.size end