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