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