Method: FeldtRuby::FastMap::PivotNode#map=

Defined in:
lib/feldtruby/statistics/fastmap.rb

#map=(value) ⇒ Object (writeonly)

Sets the attribute map

Parameters:

  • value

    the value to set the attribute map to.



11
12
13
# File 'lib/feldtruby/statistics/fastmap.rb', line 11

def map=(value)
  @map = value
end