class MyMenu

Defined in:

main.cr

Instance Method Summary

Instance methods inherited from class Template

end_tag(io : IO, name : String) end_tag, standalone_tag(io, name, *attrs) standalone_tag, start_tag(io, name, *attrs) start_tag, tag(io, name, *attrs, &)
tag(io, name, *attrs)
tag
, tag_begin(io : IO, name : String, arg)
tag_begin(io : IO, name : String)
tag_begin(io : IO, name : String, *args)
tag_begin
, to_s(__tplio__ : IO) to_s

Instance Method Detail

def to_s(__tplio__ : IO) #
Description copied from class Template

default implementation to calm down the compiler


[View source]