Inversion::Template::
ContainerTag module
A mixin for a tag that allows it to contain other nodes.
Attributes
- subnodes R
The nodes the tag contains
Public Class Methods
Setup subnodes for including classes. :notnew:
Public Instance Methods
Append operator: add nodes to the correct part of the parse tree.
Default render method for containertags; rendering each of its subnodes and don’t render anything for the container itself.
Append the container’s subnodes to the ‘renderstate`.