Author: Jamie Kawahara Description: This is a Ruby program to model a linked list with the following features:
- Appending nodes onto the end of the linked list
- Counting the number of nodes in the list
- Removing the last node in a list and returning the node
- Access the elements in numeric position
- Access the tail of the list