Method: Liste::Node#next

Defined in:
lib/prct06/list.rb

#nextObject

Returns the value of attribute next



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

def next
  @next
end