= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
[](i)
Returns element number i (starting at zero) of the vector.
# File lib/matrix.rb, line 1576 def [](i) @elements[i] end