class HexaPDF::Document::Layout::ChildrenCollector
def multiple(&block)
Yields a ChildrenCollector instance and adds the collected children as a single array to
def multiple(&block) @children << self.class.collect(@layout, &block) end
def multiple(&block) @children << self.class.collect(@layout, &block) end