Class: Deplate::Command::PHP
- Inherits:
-
Deplate::Command
- Object
- Element
- Deplate::Command
- Deplate::Command::PHP
- Defined in:
- lib/deplate/mod/php-extra.rb
Instance Method Summary collapse
Methods inherited from Deplate::Command
commands, #finish, #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
#format_special ⇒ Object
63 64 65 |
# File 'lib/deplate/mod/php-extra.rb', line 63 def format_special ['<?php', @elt, '?>'].join(' ') end |