Inversion::Template::
YieldTag class
Superclass | Inversion::Template::Tag |
Inversion
‘yield’ tag.
A tag that yields to the block passed to Template#render (if there was one), and then inserts the resulting objects.
Example
<?yield ?>
Public Instance Methods
Rendering callback – call the block before the template this tag belongs to is rendered.
Render the YieldTag
by returning what the render
block returned during before_rendering
(if there was a block).