Class: Numpy::NDArray

Inherits:
Object
  • Object
show all
Defined in:
lib/numpy/ndarray.rb

Instance Method Summary collapse

Instance Method Details

#[](*index) ⇒ Object



6
7
8
# File 'lib/numpy/ndarray.rb', line 6

def [](*index)
  to_ruby(super)
end