Method: Texas::Template::Helper::TeX#input!
- Defined in:
- lib/texas/template/helper/tex.rb
#input!(*path) ⇒ Object
33 34 35 36 |
# File 'lib/texas/template/helper/tex.rb', line 33 def input!(*path) write_template_for_input(path) tex :include, relative_template_basename(path) end |