Methods

Included Modules

Class/Module Index [+]

Quicksearch

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.