Objective
To create a student database in Ruby that allows for (i) loading an existing (or creating a new) database from a text file; (ii) adding records to the database; (iii) updating a record within the database; (iv) deleting a record from the database; (v) printing the contents of the database; (vi) saving the contents of the database to a text file.