Method: MyMatrix#pop

Defined in:
lib/mymatrix.rb

#popObject



602
603
604
# File 'lib/mymatrix.rb', line 602

def pop
  return @mx.pop
end