Represents a stack of blocks used for a given context.
Instance methods
add(blocks :
Array(
Tag::Block)) :
Nil Adds an array of block tags to the stack.
SourceReturns the latest block tag for a given name.
SourceRemoves the latest block tag associated with the passed name from the stack.
Sourcepush(block : Tag::Block) : Nil
Pushes a block tag to the stack.
Source