Methods

Included Modules

Haml::Filters::Escaped

Works the same as {Plain}, but HTML-escapes the text before placing it in the document.

Public Instance Methods

render(text) click to toggle source

@see Base#render

     # File lib/haml/filters.rb, line 260
260:       def render(text)
261:         Haml::Helpers.html_escape text
262:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.