Module: Haml::Filters::PHP
- Includes:
- Base
- Defined in:
- lib/haml/filters/php.rb
Instance Method Summary collapse
Instance Method Details
#render(text) ⇒ Object
12 13 14 |
# File 'lib/haml/filters/php.rb', line 12 def render(text) "<?php\n %s\n?>" % text.rstrip.gsub("\n", "\n ") end |