Module: Haml::Template
Instance Attribute Summary collapse
-
#options ⇒ {Symbol => Object}
The options hash for Haml when used within Rails.
Instance Attribute Details
#options ⇒ {Symbol => Object}
The options hash for Haml when used within Rails. See the Haml options documentation.
14 15 16 |
# File 'lib/haml/template/options.rb', line 14
def options
@options
end
|