Libraries
»
mymatrix
(0.1.8)
»
Index
»
MyMatrix
»
#delete_at
Method: MyMatrix#delete_at
Defined in:
lib/mymatrix.rb
#
delete_at
(pos) ⇒
Object
620 621 622
# File 'lib/mymatrix.rb', line 620
def
delete_at
(
pos
)
@mx
.
delete_at
(
pos
)
end