Method: YARD::Templates::Section#push
- Defined in:
- lib/yard/templates/section.rb
permalink #push(*args) ⇒ Object Also known as: <<
46 47 48 |
# File 'lib/yard/templates/section.rb', line 46 def push(*args) super(*parse_sections(args)) end |