Method: Liste::Node#prev

Defined in:
lib/prct06/list.rb

#prevObject

Returns the value of attribute prev

Returns:

  • the current value of prev



10
11
12
# File 'lib/prct06/list.rb', line 10

def prev
  @prev
end