Method: Node#update

Defined in:
lib/node.rb

#update(toadd) ⇒ Object



12
13
14
# File 'lib/node.rb', line 12

def update(toadd)
  @value.push(toadd)
end