class HexaPDF::Document::Layout::ChildrenCollector

def multiple(&block)

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