Method: Liste::Node#value

Defined in:
lib/prct06/list.rb

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/prct06/list.rb', line 10

def value
  @value
end