Last active
December 22, 2015 14:48
-
-
Save sirramongabriel/6487603 to your computer and use it in GitHub Desktop.
introduces the movies hash as well as the first set of client options.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| movie_list = {} | |
| puts "Hello, welcome to movie manager. Please type one of the following options to get started." | |
| puts "---- Type 'add' to add a movie to your list." | |
| puts "---- Type 'update' to update a movie." | |
| puts "---- Type 'display' to see all your movies." | |
| puts "---- Type 'delete' to delete a movie." | |
| choice = gets.chomp.downcase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment