Method: MyMatrix#<<

Defined in:
lib/mymatrix.rb

#<<(row) ⇒ Object



287
288
289
# File 'lib/mymatrix.rb', line 287

def <<(row)
	addRow(row)
end