Method: Node#next

Defined in:
lib/exam/node.rb

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



5
6
7
# File 'lib/exam/node.rb', line 5

def next
  @next
end