Libraries
»
mymatrix
(0.1.6)
»
Index
»
MyMatrix
»
#delete_at
Method: MyMatrix#delete_at
Defined in:
lib/mymatrix.rb
#
delete_at
(pos) ⇒
Object
608 609 610
# File 'lib/mymatrix.rb', line 608
def
delete_at
(
pos
)
@mx
.
delete_at
(
pos
)
end