class Todo::List

Defined in:

todo/list.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.load(list_name : String, dir_name : String) #

[View source]
def self.load(path : String) #

[View source]

Instance Method Detail

def <<(todo : Todo::Task) #

[View source]
def [](id : Int32) #

[View source]
def clear(*args, **options) #

[View source]
def clear(*args, **options, &) #

[View source]
def each_with_index(*args, **options) #

[View source]
def each_with_index(*args, **options, &) #

[View source]
def map_with_index(*args, **options) #

[View source]
def map_with_index(*args, **options, &) #

[View source]
def name #

[View source]
def name=(name) #

[View source]
def reduce(*args, **options) #

[View source]
def reduce(*args, **options, &) #

[View source]
def rm(id : Int32) #

[View source]
def save(list_name : String, dir_name : String) #

[View source]
def save(path : String) #

[View source]
def size(*args, **options) #

[View source]
def size(*args, **options, &) #

[View source]