Class: Todos::Commands::GeneralCommands::ListUndoneTasks
- Inherits:
-
BasicTaskList
- Object
- BasicTaskList
- Todos::Commands::GeneralCommands::ListUndoneTasks
- Defined in:
- lib/todos_cli.rb
Constant Summary collapse
- KEY =
'l'
- DESCRIPTION =
'List undone tasks'
Class Method Summary collapse
Methods inherited from BasicTaskList
Methods included from BasicList
Class Method Details
.execute ⇒ Object
94 95 96 97 |
# File 'lib/todos_cli.rb', line 94 def self.execute puts 'Tasks to do' super(:done => false) end |