Module: Todos::Commands::BasicList
- Included in:
- GeneralCommands::BasicTaskList, GeneralCommands::ListContexts, GeneralCommands::ListProjects
- Defined in:
- lib/todos_cli.rb
Instance Method Summary collapse
Instance Method Details
#print_list(items) ⇒ Object
52 53 54 55 56 |
# File 'lib/todos_cli.rb', line 52 def print_list(items) items.each do |item| puts item end end |