Method: YARD::Templates::Section#initialize
- Defined in:
- lib/yard/templates/section.rb
#initialize(name, *args) ⇒ Section
Returns a new instance of Section.
9 10 11 12 |
# File 'lib/yard/templates/section.rb', line 9 def initialize(name, *args) self.name = name replace(parse_sections(args)) end |