Module: Haml::Template
Defined Under Namespace
Classes: Options
Instance Attribute Summary collapse
-
#options ⇒ Haml::Template::Options<Symbol => Object>
The options hash for Haml when used within Rails.
Instance Attribute Details
#options ⇒ Haml::Template::Options<Symbol => Object>
The options hash for Haml when used within Rails. See the Haml options documentation.
24 25 26 |
# File 'lib/haml/template/options.rb', line 24
def options
@options
end
|