Libraries
»
mymatrix
(0.1.6)
»
Index
»
MyMatrix
»
#pop
Method: MyMatrix#pop
Defined in:
lib/mymatrix.rb
#
pop
⇒
Object
602 603 604
# File 'lib/mymatrix.rb', line 602
def
pop
return
@mx
.
pop
end