Module: Haml::Template
Overview
The class that keeps track of the global options for Haml within Rails.
Instance Attribute Summary collapse
-
#options ⇒ Hash<Symbol, Object>
The options hash for Haml when used within Rails.
Instance Attribute Details
#options ⇒ Hash<Symbol, Object>
The options hash for Haml when used within Rails. See the Haml options documentation.
13 14 15 |
# File 'lib/haml/template.rb', line 13
def options
@options
end
|