# File lib/Matriz.rb, line 12
def
to_s
()
@matriz
.
each
do
|
fila
|
puts
fila
.
join
(
" "
)
end
end