Method: Node#next

Defined in:
lib/nutritag/list.rb

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



2
3
4
# File 'lib/nutritag/list.rb', line 2

def next
  @next
end