Class: Cecil::Node::Deferred
- Inherits:
-
Cecil::Node
- Object
- Cecil::Node
- Cecil::Node::Deferred
- Defined in:
- lib/cecil/node.rb
Overview
Node that will be replaced with its children, after the rest of the document is evaluated.
Created by calling BlockContext#defer or by the internal workings of BlockContext#content_for.