Module Haml::Template
In: lib/haml/template.rb
lib/haml/template/options.rb

The class that keeps track of the global options for Haml within Rails.

Methods

Attributes

options  [RW]  The options hash for Haml when used within Rails. See {file:HAML_REFERENCE.md#haml_options the Haml options documentation}.

@return [{Symbol => Object}]

Public Instance methods

Enables integration with the Rails 2.2.5+ XSS protection, if it‘s available and enabled.

@return [Boolean] Whether the XSS integration was enabled.

[Validate]