class Crinja::Tag::EndTag
- Crinja::Tag::EndTag
- Crinja::Tag
- Reference
- Object
Defined in:
lib/tag/end_tag.crConstructors
- .new(start_tag : Tag, name : String)
-
.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
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
#
this constructor is required, otherwise elements of Array(Class(Tag)) could not be instantiated without arguments, even if none of them is a EndTag