class

Todo::List

Inherits Reference < Object

Class methods

load(list_name : String, dir_name : String)
load(path : String)

Instance methods

<<(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, &)