Module: MaybeYouMeant::Matrix::InstanceMethods
- Defined in:
- lib/maybeyoumeant/matrix.rb
Instance Method Summary collapse
Instance Method Details
#[]=(i, j, v) ⇒ Object
6 7 8 |
# File 'lib/maybeyoumeant/matrix.rb', line 6 def []=(i, j, v) @rows[i][j] = v end |