Class: Deplate::Command::PREMATTER
- Inherits:
-
Matter
- Object
- Element
- Deplate::Command
- Matter
- Deplate::Command::PREMATTER
- Defined in:
- lib/deplate/template.rb
Instance Method Summary collapse
Methods inherited from Matter
Methods inherited from Deplate::Command
commands, #finish, #format_special, #process, register_as, #setup, #setup_command, update_variables
Methods included from Names
name_match_c, name_match_fs, name_match_sf
Methods inherited from Element
#join_lines, #join_lines_re_zh_cn
Instance Method Details
#template_get_content(arg) ⇒ Object
43 44 45 |
# File 'lib/deplate/template.rb', line 43 def template_get_content(arg) @deplate..template_manager.template_get_content(:pre, arg) end |