Method: MMToDo::ToDoApp#main_menu
- Defined in:
- lib/mm_todo/todo_app.rb
#main_menu ⇒ Object
45 46 47 48 49 50 51 |
# File 'lib/mm_todo/todo_app.rb', line 45 def @list.show_all puts @error @error = nil puts "[Commands: q=quit, a=add, d=mark done, p=purge done items]" @input = $stdin.gets.chomp end |