Method: Node#next

Defined in:
lib/prct7/list.rb

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



1
2
3
# File 'lib/prct7/list.rb', line 1

def next
  @next
end