Returns Next node of the linked list.
Returns:
Next node of the linked list.
19 20 21
# File 'lib/linked_lists/linked_list/node.rb', line 19 def next @next end