Libraries
»
prct007
(0.1.2)
»
Index
»
Liste
»
Node
»
#next
Method: Liste::Node#next
Defined in:
lib/prct06/list.rb
#
next
⇒
Object
Returns the value of attribute next
10 11 12
# File 'lib/prct06/list.rb', line 10
def
next
@next
end