Class: Deplate::Regions::Php

Inherits:
Native show all
Defined in:
lib/deplate/mod/php-extra.rb

Instance Method Summary collapse

Methods inherited from Native

#expand_template, #finish, #format_special

Methods inherited from Deplate::Region

check_file, clean_strings, #deprecated_regnote, deprecated_regnote, #finish, #finish_accum, #format_compound, regions, register_as, set_line_cont, #setup

Methods inherited from Element

#join_lines, #join_lines_re_zh_cn

Instance Method Details

#processObject



55
56
57
58
# File 'lib/deplate/mod/php-extra.rb', line 55

def process
    @elt = ['<?php', @elt, '?>'].join("\n")
    self
end