Class: Deplate::Macro::Php
- Inherits:
-
Insert
- Object
- Insert
- Deplate::Macro::Php
- Defined in:
- lib/deplate/mod/php-extra.rb
Instance Method Summary collapse
Instance Method Details
#setup(text) ⇒ Object
71 72 73 74 |
# File 'lib/deplate/mod/php-extra.rb', line 71 def setup(text) super @text = ['<?php', @text, '?>'].join(' ') end |