Class: Deplate::Macro::Php

Inherits:
Insert
  • Object
show all
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