class Crinja::Tag::If::Elif

Defined in:

lib/tag/if.cr

Instance Method Summary

Instance methods inherited from class Crinja::Tag

end_tag : String | Nil end_tag, has_block?(node : TagNode) has_block?, interpret_output(renderer : Renderer, tag_node : TagNode) interpret_output, to_s(io) to_s

Macros inherited from class Crinja::Tag

name(name, end_tag = nil) name

Instance Method Detail

def end_tag : String | Nil #

def interpret(io : IO, renderer : Crinja::Renderer, tag_node : TagNode) #

Do nothing, interpretation is implemented by If#interpret.


def name : String #