Method: FeldtRuby::FastMap::PivotNode#map=
- Defined in:
- lib/feldtruby/statistics/fastmap.rb
#map=(value) ⇒ Object (writeonly)
Sets the attribute map
11 12 13 |
# File 'lib/feldtruby/statistics/fastmap.rb', line 11 def map=(value) @map = value end |