module YARD::Templates::Template

def yieldall(opts = nil, &block)

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