Method: Node#value

Defined in:
lib/DlinkedList.rb

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/DlinkedList.rb', line 7

def value
  @value
end