Method: HashMath::Matrix#initialize
- Defined in:
- lib/hash_math/matrix.rb
#initialize ⇒ Matrix
Returns a new instance of Matrix.
21 22 23 24 25 |
# File 'lib/hash_math/matrix.rb', line 21 def initialize @pairs_by_key = {} freeze end |