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.
25 26 27 |
# File 'lib/haml/template/options.rb', line 25
def options
@options
end
|