Class Haml::Template
In: lib/haml/template.rb
Parent: Object

Methods

options   options=  

Public Class methods

Gets various options for Haml. See README for details.

[Source]

    # File lib/haml/template.rb, line 12
12:       def options
13:         @@options
14:       end

Sets various options for Haml. See README for details.

[Source]

    # File lib/haml/template.rb, line 17
17:       def options=(value)
18:         @@options = value
19:       end

[Validate]