Class: Deplate::Command::PREMATTER

Inherits:
Matter show all
Defined in:
lib/deplate/template.rb

Instance Method Summary collapse

Methods inherited from Matter

#process

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.options.template_manager.template_get_content(:pre, arg)
end