Method: Mores::LinkedList#tail

Defined in:
lib/mores/linked_list.rb

#tailObject (readonly)

Returns the value of attribute tail.



9
10
11
# File 'lib/mores/linked_list.rb', line 9

def tail
  @tail
end