Class: Deplate::Macro::PhpValue

Inherits:
Insert
  • Object
show all
Defined in:
lib/deplate/mod/php-extra.rb

Instance Method Summary collapse

Instance Method Details

#setup(text) ⇒ Object



79
80
81
82
# File 'lib/deplate/mod/php-extra.rb', line 79

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