Method: YARD::Templates::Template#init
- Defined in:
- lib/yard/templates/template.rb
#init ⇒ Object
Initialization called on the template. Override this in a ‘setup.rb’ file in the template’s path to implement a template
239 240 |
# File 'lib/yard/templates/template.rb', line 239 def init end |