Method: FeldtRuby::FastMap::PivotNode#child=

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

#child=(value) ⇒ Object (writeonly)

Sets the attribute child

Parameters:

  • value

    the value to set the attribute child to.



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

def child=(value)
  @child = value
end