module YARD::Templates::Template

def sections(*args)

Parameters:
  • args (Array) -- the sections

Other tags:
    Example: Sections with subsections -
    Example: Sets a set of method and erb sections -
    Example: Sets a set of erb sections -
def sections(*args)
  @sections = Section.new(nil, *args) unless args.empty?
  @sections
end