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



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

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