# File lib/yard/templates/template.rb, line 182 def T(*path) path.unshift(options.template) if options.template path.push(options.format) if options.format self.class.T(*path) end