Class Haml::Template
In: lib/haml/template.rb
Parent: Object
Engine Error SyntaxError Buffer StandardError ActionViewExtensions Generic CSS2Sass HTML2Haml HamlSass Haml Sass Template HTML lib/haml/template.rb lib/haml/error.rb lib/haml/engine.rb lib/haml/html.rb lib/haml/buffer.rb Version Util Precompiler ActionViewExtensions Helpers Base Filters lib/haml/exec.rb Exec Haml dot/m_15_0.png

Methods

options   options=  

Public Class methods

Gets various options for Haml. See README.rdoc for details.

[Source]

    # File lib/haml/template.rb, line 9
 9:       def options
10:         @@options
11:       end

Sets various options for Haml. See README.rdoc for details.

[Source]

    # File lib/haml/template.rb, line 14
14:       def options=(value)
15:         @@options = value
16:       end

[Validate]