class Crinja::Tag::EndTag

Defined in:

lib/tag/end_tag.cr

Constructors

Instance Method Summary

Instance methods inherited from class Crinja::Tag

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

Constructor Detail

def self.new(start_tag : Tag, name : String) #

[View source]
def self.new #

this constructor is required, otherwise elements of Array(Class(Tag)) could not be instantiated without arguments, even if none of them is a EndTag


[View source]

Instance Method Detail

def end_tag #

[View source]
def name : String #

[View source]
def start_tag : Crinja::Tag #

[View source]