module YARD::Templates::Template
def yieldall(opts = nil, &block)
-
opts
(Hash
) -- extra options to be applied to subsections
def yieldall(opts = nil, &block) with_section { run(opts, section, &block) } end
opts
(Hash
)
-- extra options to be applied to subsections
def yieldall(opts = nil, &block) with_section { run(opts, section, &block) } end