Method: Node#value

Defined in:
lib/prct06/LinkedList.rb

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



4
5
6
# File 'lib/prct06/LinkedList.rb', line 4

def value
  @value
end