module Haml::Filters::PHP
Public Instance Methods
render(text)
click to toggle source
# File lib/haml/filters/php.rb, line 12 def render(text) "<?php\n %s\n?>" % text.rstrip.gsub("\n", "\n ") end