Method: Node#prev

Defined in:
lib/pr06/lista_d.rb

#prevObject

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



3
4
5
# File 'lib/pr06/lista_d.rb', line 3

def prev
  @prev
end