Method: LinkedList#head

Defined in:
lib/gamebox/lib/linked_list.rb

#headObject

Returns the value of attribute head.



5
6
7
# File 'lib/gamebox/lib/linked_list.rb', line 5

def head
  @head
end