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

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]