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



70
71
72
73
# File 'lib/deplate/mod/php-extra.rb', line 70

def setup(text)
    super
    @text = ['<?php', @text, '?>'].join(' ')
end