Method: YARD::Templates::Section#unshift

Defined in:
lib/yard/templates/section.rb

#unshift(*args) ⇒ Object

Since:

  • 0.6.0



50
51
52
# File 'lib/yard/templates/section.rb', line 50

def unshift(*args)
  super(*parse_sections(args))
end