Practica7: Menu Dietetico

This project is about a Simple Linked List to store diets. In lib/practica6/ you will find the classes Diet and List.

It has also been implemented some tests for the List class as for the Diet class in the previous project.

To store each value in the List it has been used a Struct calles Node ---> Node=Struct.new(:value,:next)

Author: Tarun Mohandas Daryanani "[email protected]"