Method: MyMatrix#shift

Defined in:
lib/mymatrix.rb

#shiftObject



596
597
598
# File 'lib/mymatrix.rb', line 596

def shift
	return @mx.shift
end