Method: YARD::Templates::Template::ClassMethods#T

Defined in:
lib/yard/templates/template.rb

#T(*path) ⇒ Object

Alias for creating Engine.template.



142
143
144
# File 'lib/yard/templates/template.rb', line 142

def T(*path)
  Engine.template(*path)
end