Method: LinkedList#head
- Defined in:
- lib/gamebox/lib/linked_list.rb
#head ⇒ Object
Returns the value of attribute head.
5 6 7 |
# File 'lib/gamebox/lib/linked_list.rb', line 5 def head @head end |
Returns the value of attribute head.
5 6 7 |
# File 'lib/gamebox/lib/linked_list.rb', line 5 def head @head end |