class Todo::List
- Todo::List
- Reference
- Object
Defined in:
todo/list.crClass Method Summary
Instance Method Summary
- #<<(todo : Todo::Task)
- #[](id : Int32)
- #clear(*args, **options)
- #clear(*args, **options, &)
- #each_with_index(*args, **options)
- #each_with_index(*args, **options, &)
- #map_with_index(*args, **options)
- #map_with_index(*args, **options, &)
- #name
- #name=(name)
- #reduce(*args, **options)
- #reduce(*args, **options, &)
- #rm(id : Int32)
- #save(list_name : String, dir_name : String)
- #save(path : String)
- #size(*args, **options)
- #size(*args, **options, &)